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 ]
11

DESCRIPTION

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 Original
20              quota format with 16-bit UIDs / GIDs, vfsv0  Quota  format  with
21              32-bit  UIDs  / GIDs, 64-bit space usage, 32-bit inode usage and
22              limits, vfsv1 Quota format with 64-bit quota limits  and  usage,
23              rpc (quota over NFS), xfs (quota on XFS filesystem)
24
25       -q, --quota-tab=quotatab
26              Use  quotatab  instead  of  /etc/quotatab  as  file  with device
27              description strings (see example file for syntax).
28
29       -c, --config=configfile
30              Use configfile instead of /etc/warnquota.conf  as  configuration
31              file (see example file for syntax).
32
33       -a, --admins-file=adminsfile
34              Use  adminsfile  instead  of  /etc/quotagrpadmins as a file with
35              administrators of the groups.
36
37       -u, --user
38              check whether users are not exceeding quotas (default).
39
40       -g, --group
41              check whether groups are  not  exceeding  quotas.  If  group  is
42              exceeding  quota  a  mail  is  sent  to  the  user  specified in
43              /etc/quotagrpadmins.
44
45       -s, --human-readable
46              Try to report used space, number of used inodes  and  limits  in
47              more appropriate units than the default ones.
48
49       -i, --no-autofs
50              ignore mountpoints mounted by automounter.
51
52       -d, --no-details
53              do not attach quota report in email.
54

FILES

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

SEE ALSO

67       quota(1), cron(8), edquota(8).
68

AUTHORS

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