Initial commit to Gerrit
[profile/ivi/quota.git] / quot.8
1 .TH QUOT 8
2 .SH NAME
3 quot \- summarize filesystem ownership
4 .SH SYNOPSIS
5 .nf
6 \f3quot\f1 [ \f3\-acfguvi\f1 ] [ filesystem... ]
7 .fi
8 .SH DESCRIPTION
9 .IR quot
10 displays the number of kilobytes in the named
11 .I filesystem
12 currently owned by each user or group. Note that this utility
13 currently works only for XFS.
14 .SH OPTIONS
15 .TP
16 .B \-a
17 Generate a report for all mounted filesystems giving the number of
18 kilobytes used by each user or group.
19 .TP
20 .B \-c
21 Display three columns giving file size in kilobytes, number of
22 files of that size, and cumulative total of kilobytes
23 in that size or smaller file.
24 The last row is used as an overflow
25 bucket and is the total of all files greater than 500 kilobytes.
26 .TP
27 .B \-f
28 Display count of kilobytes and number of files owned by each user or group.
29 .TP
30 .B \-g
31 Report on groups.
32 .TP
33 .B \-u
34 Report on users (the default).
35 .TP
36 .B \-v
37 Display three columns containing the number of kilobytes not accessed in
38 the last 30, 60, and 90 days.
39 .TP
40 .B \-i
41 Ignore mountpoints mounted by automounter.
42 .TP
43 .B \-T
44 Avoid truncation of user names longer than 8 characters.
45 .TP
46 .B \-q
47 Do not sort the output.
48 .SH FILES
49 .PD 0
50 .TP 20
51 /etc/mtab
52 mounted filesystem table
53 .TP
54 /etc/passwd
55 default set of users
56 .TP
57 /etc/group
58 default set of groups
59 .PD
60 .SH "SEE ALSO"
61 du(1),
62 ls(1).
63 .SH BUGS
64 Currently, only the XFS filesystem type is supported.