diff options
Diffstat (limited to 'quot.8')
-rw-r--r-- | quot.8 | 21 |
1 files changed, 15 insertions, 6 deletions
@@ -3,18 +3,18 @@ quot \- summarize filesystem ownership .SH SYNOPSIS .nf -\f3quot\f1 [ \f3\-acfv\f1 ] [ filesystem... ] +\f3quot\f1 [ \f3\-acfguv\f1 ] [ filesystem... ] .fi .SH DESCRIPTION .IR quot displays the number of kilobytes in the named .I filesystem -currently owned by each user. +currently owned by each user or group. .SH OPTIONS .TP .B \-a Generate a report for all mounted filesystems giving the number of -kilobytes used by each user. +kilobytes used by each user or group. .TP .B \-c Display three columns giving file size in kilobytes, number of @@ -24,7 +24,13 @@ The last row is used as an overflow bucket and is the total of all files greater than 500 kilobytes. .TP .B \-f -Display count of kilobytes and number of files owned by each user. +Display count of kilobytes and number of files owned by each user or group. +.TP +.B \-g +Report on groups. +.TP +.B \-u +Report on users (the default). .TP .B \-v Display three columns containing the number of kilobytes not accessed in @@ -33,10 +39,13 @@ the last 30, 60, and 90 days. .PD 0 .TP 20 /etc/mtab -mounted filesystems +mounted filesystem table .TP /etc/passwd -to get user names +default set of users +.TP +/etc/group +default set of groups .PD .SH "SEE ALSO" du(1), |