OSDN Git Service

Import translated manuals from JM CVS Repository.
[linuxjm/jm.git] / manual / quota / original / man8 / warnquota.8
1 .TH WARNQUOTA 8
2 .SH NAME
3 warnquota \- send mail to users over quota
4 .SH SYNOPSIS
5 .B warnquota
6 [
7 .B \-ugsid
8 ] [
9 .B \-F
10 .I quotaformat
11 ] [
12 .B \-q
13 .I quotatab
14 ] [
15 .B \-c
16 .I configfile
17 ] [
18 .B \-a
19 .I adminsfile
20 ]
21 .SH DESCRIPTION
22 .B warnquota
23 checks the disk quota for each filesystem and mails a warning
24 message to those users who have reached their limit.
25 It is typically run via
26 .BR cron (8).
27 .TP
28 .B -F \f2quotaformat\f1
29 Perform setting for specified format (ie. don't perform format autodetection).
30 Possible format names are:
31 .B vfsold
32 (version 1 quota),
33 .B vfsv0
34 (version 2 quota),
35 .B rpc
36 (quota over NFS),
37 .B xfs
38 (quota on XFS filesystem)
39 .TP
40 .B -q \f2quotatab\f1
41 Use
42 .I quotatab
43 instead of
44 .I /etc/quotatab
45 as file with device description strings (see example file for syntax).
46 .TP
47 .B -c \f2configfile\f1
48 Use
49 .I configfile
50 instead of
51 .I /etc/warnquota.conf
52 as configuration file (see example file for syntax).
53 .TP
54 .B -a \f2adminsfile\f1
55 Use
56 .I adminsfile
57 instead of
58 .I /etc/quotagrpadmins
59 as a file with administrators of the groups.
60 .TP
61 .B -u
62 check whether users are not exceeding quotas (default).
63 .TP
64 .B -g
65 check whether groups are not exceeding quotas. If group is exceeding quota
66 a mail is sent to the user specified in /etc/quotagrpadmins.
67 .TP
68 .B -s
69 Try to report used space, number of used inodes and limits in more appropriate units
70 than the default ones.
71 .TP
72 .B \-i
73 ignore mountpoints mounted by automounter.
74 .TP
75 .B -d
76 don't attach quota report in email.
77 .SH FILES
78 .PD 0
79 .TP 20
80 .B aquota.user
81 quota file at the filesystem root (version 2 quota, non-XFS filesystems)
82 .TP
83 .B quota.user
84 quota file at the filesystem root (version 1 quota, non-XFS filesystems)
85 .TP
86 .B /etc/warnquota.conf
87 configuration file
88 .TP
89 .B /etc/quotatab
90 device description
91 .TP
92 .B /etc/quotagrpadmins
93 administrators of the groups
94 .TP
95 .B /etc/mtab
96 default filesystems
97 .TP
98 .B /etc/passwd
99 default set of users
100 .PD
101 .SH "SEE ALSO"
102 .BR quota (1),
103 .BR cron (8),
104 .BR edquota (8).
105 .SH AUTHORS
106 .BR warnquota (8)
107 was written by Marco van Wieringen <mvw@planets.elm.net>, modifications by Jan Kara <jack@suse.cz>.
108 This reference page written by Heiko Schlittermann <heiko@lotte.sax.de>, modifications by Jan Kara