1WARNQUOTA(8)                System Manager's Manual               WARNQUOTA(8)
2
3
4

NAME

6       warnquota - send mail to users over quota
7

SYNOPSIS

9       warnquota [ -ugsid ] [ -F quotaformat ] [ -q quotatab ] [ -c configfile
10       ] [ -a adminsfile ] [ filesystem...  ]
11

DESCRIPTION

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
47              Try  to  report  used space, number of used inodes and limits in
48              more appropriate units than the default ones.
49
50       -i, --no-autofs
51              ignore mountpoints mounted by automounter.
52
53       -d, --no-details
54              do not attach quota report in email.
55

FILES

57       aquota.user         quota file at the filesystem root (version 2 quota,
58                           non-XFS filesystems)
59       quota.user          quota file at the filesystem root (version 1 quota,
60                           non-XFS filesystems)
61       /etc/warnquota.conf configuration file
62       /etc/quotatab       device description
63       /etc/quotagrpadmins administrators of the groups
64       /etc/mtab           default filesystems
65       /etc/passwd         default set of users
66

SEE ALSO

68       quota(1), quotatab(5), quotagrpadmins(5),  warnquota.conf(5),  cron(8),
69       edquota(8).
70

AUTHORS

72       warnquota(8)  was written by Marco van Wieringen <mvw@planets.elm.net>,
73       modifications by Jan Kara <jack@suse.cz>.  This reference page  written
74       by Heiko Schlittermann <heiko@lotte.sax.de>, modifications by Jan Kara
75
76
77
78                                                                  WARNQUOTA(8)
Impressum