summaryrefslogtreecommitdiff
path: root/quot.8
diff options
context:
space:
mode:
Diffstat (limited to 'quot.8')
-rw-r--r--quot.864
1 files changed, 64 insertions, 0 deletions
diff --git a/quot.8 b/quot.8
new file mode 100644
index 0000000..25dfcd2
--- /dev/null
+++ b/quot.8
@@ -0,0 +1,64 @@
+.TH QUOT 8
+.SH NAME
+quot \- summarize filesystem ownership
+.SH SYNOPSIS
+.nf
+\f3quot\f1 [ \f3\-acfguvi\f1 ] [ filesystem... ]
+.fi
+.SH DESCRIPTION
+.IR quot
+displays the number of kilobytes in the named
+.I filesystem
+currently owned by each user or group. Note that this utility
+currently works only for XFS.
+.SH OPTIONS
+.TP
+.B \-a
+Generate a report for all mounted filesystems giving the number of
+kilobytes used by each user or group.
+.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 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
+the last 30, 60, and 90 days.
+.TP
+.B \-i
+Ignore mountpoints mounted by automounter.
+.TP
+.B \-T
+Avoid truncation of user names longer than 8 characters.
+.TP
+.B \-q
+Do not sort the output.
+.SH FILES
+.PD 0
+.TP 20
+/etc/mtab
+mounted filesystem table
+.TP
+/etc/passwd
+default set of users
+.TP
+/etc/group
+default set of groups
+.PD
+.SH "SEE ALSO"
+du(1),
+ls(1).
+.SH BUGS
+Currently, only the XFS filesystem type is supported.