blob: 25dfcd27efc7d1e64235b88e23ad6e9a33267b6e [file] [log] [blame]
.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.