summaryrefslogtreecommitdiff
path: root/quot.8
blob: f72973da61f0a10e743fc4fd8c1afa32aa98127f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
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.