BSD 4_2 development
[unix-history] / usr / man / man8 / quot.8
CommitLineData
cf033cb3
C
1.TH QUOT 8 "4 February 1983"
2.UC 4
3.SH NAME
4quot \- summarize file system ownership
5.SH SYNOPSIS
6.B /etc/quot
7[ option ] ...
8[ filesystem ]
9.SH DESCRIPTION
10.I Quot
11prints the number of blocks in the named
12.I filesystem
13currently owned by each user.
14If no
15.I filesystem
16is named, a default name is assumed.
17The following options are available:
18.TP
19.B \-n
20Cause the pipeline
21.B "ncheck filesystem | sort +0n | quot \-n filesystem
22to produce a list of all files and their owners.
23.TP
24.B \-c
25Print three columns giving file size in blocks, number of
26files of that size, and cumulative total of blocks
27in that size or smaller file.
28.TP
29.B \-f
30Print count of number of files as well as space owned by each user.
31.SH FILES
32Default file system varies with system.
33.br
34/etc/passwd to get user names
35.SH "SEE ALSO"
36ls(1), du(1)