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