1QUOT(8) System Manager's Manual QUOT(8)
2
3
4
6 quot - summarize filesystem ownership
7
9 quot [ -acfguvi ] [ filesystem... ]
10
12 quot displays the number of kilobytes in the named filesystem currently
13 owned by each user or group. Note that this utility currently works
14 only for XFS.
15
17 -a Generate a report for all mounted filesystems giving the number
18 of kilobytes used by each user or group.
19
20 -c Display three columns giving file size in kilobytes, number of
21 files of that size, and cumulative total of kilobytes in that
22 size or smaller file. The last row is used as an overflow
23 bucket and is the total of all files greater than 500 kilobytes.
24
25 -f Display count of kilobytes and number of files owned by each
26 user or group.
27
28 -g Report on groups.
29
30 -u Report on users (the default).
31
32 -v Display three columns containing the number of kilobytes not
33 accessed in the last 30, 60, and 90 days.
34
35 -i Ignore mountpoints mounted by automounter.
36
37 -T Avoid truncation of user names longer than 8 characters.
38
39 -q Do not sort the output.
40
42 /etc/mtab mounted filesystem table
43 /etc/passwd default set of users
44 /etc/group default set of groups
45
47 du(1), ls(1).
48
50 Currently, only the XFS filesystem type is supported.
51
52
53
54 QUOT(8)