1QUOT(1M) QUOT(1M)
2
3
4
6 quot - summarize file system ownership
7
9 quot [ option ] ... [ filesystem ]
10
12 Quot prints the number of blocks in the named filesystem currently
13 owned by each user. If no filesystem is named, a default name is
14 assumed. The following options are available:
15
16 -n Cause the pipeline ncheck filesystem | sort +0n | quot -n
17 filesystem to produce a list of all files and their owners.
18
19 -c Print three columns giving file size in blocks, number of files
20 of that size, and cumulative total of blocks in that size or
21 smaller file.
22
23 -f Print count of number of files as well as space owned by each
24 user.
25
27 Default file system varies with system.
28 /etc/passwd to get user names
29
31 ls(1), du(1)
32
34 Holes in files are counted as if they actually occupied space.
35
36
37
38 QUOT(1M)