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 ] [ filesystem... ]
11
13 warnquota checks the disk quota for specified local filesystems (or for
14 each local filesystem if none specified) and mails a warning message to
15 those users who have reached their softlimit. It is typically run via
16 cron(8).
17
18 -F, --format=quotaformat
19 Perform setting for specified format (ie. don't perform format
20 autodetection). Possible format names are: vfsold Original
21 quota format with 16-bit UIDs / GIDs, vfsv0 Quota format with
22 32-bit UIDs / GIDs, 64-bit space usage, 32-bit inode usage and
23 limits, vfsv1 Quota format with 64-bit quota limits and usage,
24 xfs Quota on XFS filesystem.
25
26 -q, --quota-tab=quotatab
27 Use quotatab instead of /etc/quotatab as file with device
28 description strings (see quotatab(5) for syntax).
29
30 -c, --config=configfile
31 Use configfile instead of /etc/warnquota.conf as configuration
32 file (see warnquota.conf(5) for syntax).
33
34 -a, --admins-file=adminsfile
35 Use adminsfile instead of /etc/quotagrpadmins as a file with
36 administrators of the groups (see quotagrpadmins(5) for syntax).
37
38 -u, --user
39 check whether users are not exceeding quotas (default).
40
41 -g, --group
42 check whether groups are not exceeding quotas. If group is
43 exceeding quota a mail is sent to the user specified in
44 /etc/quotagrpadmins.
45
46 -s, --human-readable[=units]
47 Try to report used space, number of used inodes and limits in
48 more appropriate units than the default ones. Units can be also
49 specified explicitely by an optional argument in format [ kgt
50 ],[ kgt ] where the first character specifies space units and
51 the second character specifies inode units.
52
53 -i, --no-autofs
54 ignore mountpoints mounted by automounter.
55
56 -d, --no-details
57 do not attach quota report in email.
58
60 aquota.user quota file at the filesystem root (version 2 quota,
61 non-XFS filesystems)
62 quota.user quota file at the filesystem root (version 1 quota,
63 non-XFS filesystems)
64 /etc/warnquota.conf configuration file
65 /etc/quotatab device description
66 /etc/quotagrpadmins administrators of the groups
67 /etc/mtab default filesystems
68 /etc/passwd default set of users
69
71 quota(1), quotatab(5), quotagrpadmins(5), warnquota.conf(5), cron(8),
72 edquota(8).
73
75 warnquota(8) was written by Marco van Wieringen <mvw@planets.elm.net>,
76 modifications by Jan Kara <jack@suse.cz>. This reference page written
77 by Heiko Schlittermann <heiko@lotte.sax.de>, modifications by Jan Kara
78
79
80
81 WARNQUOTA(8)