1WARNQUOTA(8) System Manager's Manual WARNQUOTA(8)
2
3
4
6 warnquota - send mail to users over quota
7
9 warnquota [ -ugsid ] [ -F quotaformat ] [ -q quotatab ] [ -c configfile
10 ] [ -a adminsfile ]
11
13 warnquota checks the disk quota for each local filesystem and mails a
14 warning message to those users who have reached their softlimit. It is
15 typically run via cron(8).
16
17 -F, --format=quotaformat
18 Perform setting for specified format (ie. don't perform format
19 autodetection). Possible format names are: vfsold (version 1
20 quota), vfsv0 (version 2 quota), rpc (quota over NFS), xfs
21 (quota on XFS filesystem)
22
23 -q, --quota-tab=quotatab
24 Use quotatab instead of /etc/quotatab as file with device
25 description strings (see example file for syntax).
26
27 -c, --config=configfile
28 Use configfile instead of /etc/warnquota.conf as configuration
29 file (see example file for syntax).
30
31 -a, --admins-file=adminsfile
32 Use adminsfile instead of /etc/quotagrpadmins as a file with
33 administrators of the groups.
34
35 -u, --user
36 check whether users are not exceeding quotas (default).
37
38 -g, --group
39 check whether groups are not exceeding quotas. If group is
40 exceeding quota a mail is sent to the user specified in
41 /etc/quotagrpadmins.
42
43 -s, --human-readable
44 Try to report used space, number of used inodes and limits in
45 more appropriate units than the default ones.
46
47 -i, --no-autofs
48 ignore mountpoints mounted by automounter.
49
50 -d, --no-details
51 do not attach quota report in email.
52
54 aquota.user quota file at the filesystem root (version 2 quota,
55 non-XFS filesystems)
56 quota.user quota file at the filesystem root (version 1 quota,
57 non-XFS filesystems)
58 /etc/warnquota.conf configuration file
59 /etc/quotatab device description
60 /etc/quotagrpadmins administrators of the groups
61 /etc/mtab default filesystems
62 /etc/passwd default set of users
63
65 quota(1), cron(8), edquota(8).
66
68 warnquota(8) was written by Marco van Wieringen <mvw@planets.elm.net>,
69 modifications by Jan Kara <jack@suse.cz>. This reference page written
70 by Heiko Schlittermann <heiko@lotte.sax.de>, modifications by Jan Kara
71
72
73
74 WARNQUOTA(8)