From 869fe242340fefe0540fdcf51698ba4c3c8c07bb Mon Sep 17 00:00:00 2001 From: jkar8572 Date: Fri, 23 Mar 2001 12:03:26 +0000 Subject: Initial revision --- quot.8 | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 quot.8 (limited to 'quot.8') diff --git a/quot.8 b/quot.8 new file mode 100644 index 0000000..f72973d --- /dev/null +++ b/quot.8 @@ -0,0 +1,45 @@ +.TH QUOT 8 +.SH NAME +quot \- summarize filesystem ownership +.SH SYNOPSIS +.nf +\f3quot\f1 [ \f3\-acfv\f1 ] [ filesystem... ] +.fi +.SH DESCRIPTION +.IR quot +displays the number of kilobytes in the named +.I filesystem +currently owned by each user. +.SH OPTIONS +.TP +.B \-a +Generate a report for all mounted filesystems giving the number of +kilobytes used by each user. +.TP +.B \-c +Display three columns giving file size in kilobytes, number of +files of that size, and cumulative total of kilobytes +in that size or smaller file. +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. +.TP +.B \-v +Display three columns containing the number of kilobytes not accessed in +the last 30, 60, and 90 days. +.SH FILES +.PD 0 +.TP 20 +/etc/mtab +mounted filesystems +.TP +/etc/passwd +to get user names +.PD +.SH "SEE ALSO" +du(1), +ls(1). +.SH BUGS +Currently, only the XFS filesystem type is supported. -- cgit v1.2.3