DataMuseum.dk

Presents historical artifacts from the history of:

ICL Comet 32

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about ICL Comet 32

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦7c151f38f⟧ TextFile

    Length: 959 (0x3bf)
    Types: TextFile
    Notes: UNIX file
    Names: »quot.8«

Derivation

└─⟦26887b7e0⟧ Bits:30009717 Comet 32 harddisk image
    └─⟦28c352965⟧ »/a« UNIX Filesystem
        └─⟦this⟧ »usr/man/man8/quot.8« 

TextFile

.ig
	@(#)quot.8	2.1	7/1/84
	@(#)Copyright (C) 1983 by National Semiconductor Corp.
..
.TH QUOT 8
.UC 4
.SH NAME
quot \- summarize file system ownership
.SH SYNOPSIS
.B /etc/quot
[ option ] ...
[ filesystem ]
.SH DESCRIPTION
.I Quot
prints the number of blocks in the named
.I filesystem
currently owned by each user.
If no 
.I filesystem
is named, a default name is assumed.
The following options are available:
.TP
.B \-n
Cause the pipeline
.B "ncheck filesystem | sort +0n | quot \-n filesystem
to produce a list of all files and their owners.
.TP
.B \-c
Print three columns giving file size in blocks, number of
files of that size, and cumulative total of blocks
in that size or smaller file.
.TP
.B \-f
Print count of number of files as well as space owned by each user.
.SH FILES
Default file system varies with system.
.br
/etc/passwd	to get user names
.SH "SEE ALSO"
ls(1), du(1)
.SH BUGS
Holes in files are counted as if they actually occupied space.