summaryrefslogtreecommitdiff
path: root/warnquota.8
diff options
context:
space:
mode:
authorjkar8572 <jkar8572>2002-02-22 14:58:32 +0000
committerjkar8572 <jkar8572>2002-02-22 14:58:32 +0000
commit9e20a1be1192cc6b7cb3359d3d1ede263159ae57 (patch)
tree95d850bbce319d18c610501b7a12f9d8cfe73197 /warnquota.8
parent4207cd66eda721e7b6f896585d1e2187717e91b7 (diff)
manpage directories are created during install (Jan Kara)
quotaon writes more explaining messages (Jan Kara) warnquota has configurable config files (Jan Kara)
Diffstat (limited to 'warnquota.8')
-rw-r--r--warnquota.843
1 files changed, 41 insertions, 2 deletions
diff --git a/warnquota.8 b/warnquota.8
index 9acd434..f89a0ea 100644
--- a/warnquota.8
+++ b/warnquota.8
@@ -3,12 +3,48 @@
warnquota \- send mail to users over quota
.SH SYNOPSIS
.B warnquota
+[
+.B \-F
+.I quotaformat
+] [
+.B \-q
+.I quotatab
+] [
+.B \-c
+.I configfile
+]
.SH DESCRIPTION
.B warnquota
checks the disk quota for each filesystem and mails a warning
message to those users who have reached their limit.
It is typically run via
.BR cron (8).
+.TP
+.B -F \f2quotaformat\f1
+Perform setting for specified format (ie. don't perform format autodetection).
+Possible format names are:
+.B vfsold
+(version 1 quota),
+.B vfsv0
+(version 2 quota),
+.B rpc
+(quota over NFS),
+.B xfs
+(quota on XFS filesystem)
+.TP
+.B -q quotatab
+Use
+.I quotatab
+instead of
+.I /etc/quotatab
+as file with device description strings (see example file for syntax).
+.TP
+.B -c configfile
+Use
+.I configfile
+instead of
+.I /etc/warnquota.conf
+as configuration file (see example file for syntax).
.SH FILES
.PD 0
.TP 20
@@ -21,6 +57,9 @@ quota file at the filesystem root (version 1 quota, non-XFS filesystems)
.B /etc/warnquota.conf
configuration file
.TP
+.B /etc/quotatab
+device description
+.TP
.B /etc/mtab
default filesystems
.TP
@@ -33,5 +72,5 @@ default set of users
.BR edquota (8).
.SH AUTHORS
.BR warnquota (8)
-was written by Marco van Wieringen <mvw@planets.elm.net>.
-This reference page written by Heiko Schlittermann <heiko@lotte.sax.de>.
+was written by Marco van Wieringen <mvw@planets.elm.net>, modifications by Jan Kara <jack@suse.cz>.
+This reference page written by Heiko Schlittermann <heiko@lotte.sax.de>, modifications by Jan Kara <jack@suse.cz>