summaryrefslogtreecommitdiff
path: root/quotaon.8
diff options
context:
space:
mode:
authorjkar8572 <jkar8572>2001-05-02 09:32:22 +0000
committerjkar8572 <jkar8572>2001-05-02 09:32:22 +0000
commit84ec12aa207cb8d5323b63847bfd8115881f2886 (patch)
tree9533951fedda68167081028741a9ec3fd8ad547b /quotaon.8
parent9c4a512419c660c0513db48e038169167e3e7d25 (diff)
Added mntopt.h to dependencies in Makefile.in.
Fixed MNTTYPE_REISER to proper string. sprintf->snprintf Merged Marco's patch with errstr(), configurable BSD behaviour Fixed bug in quota detection IO code now opens file only RO if possible. IO code now doesn't open file if not required. Fixed bug in quotaon. Updated all manpages.
Diffstat (limited to 'quotaon.8')
-rw-r--r--quotaon.820
1 files changed, 14 insertions, 6 deletions
diff --git a/quotaon.8 b/quotaon.8
index c243763..51eb4c7 100644
--- a/quotaon.8
+++ b/quotaon.8
@@ -5,18 +5,18 @@ quotaon, quotaoff \- turn filesystem quotas on and off
.SH SYNOPSIS
.B /usr/sbin/quotaon
[
-.B \-vug
+.B \-vugf
]
.IR filesystem .\|.\|.
.br
.B /usr/sbin/quotaon
[
-.B \-avug
+.B \-avugf
]
.LP
.B /usr/sbin/quotaoff
[
-.B \-vugdo
+.B \-vug
]
[
.B \-x
@@ -26,7 +26,7 @@ quotaon, quotaoff \- turn filesystem quotas on and off
.br
.B /usr/sbin/quotaoff
[
-.B \-avugdo
+.B \-avug
]
.SH DESCRIPTION
.SS quotaon
@@ -76,9 +76,11 @@ have any disk quotas turned off.
.SS quotaon
.TP
.B \-a
-All filesystems in
+All automatically mounted (no
+.B noauto
+option) non-NFS filesystems in
.B /etc/fstab
-marked read-write with quotas will have their quotas turned on.
+with quotas will have their quotas turned on.
This is normally used at boot time to enable quotas.
.TP
.B \-v
@@ -89,6 +91,12 @@ Manipulate user quotas. This is the default.
.TP
.B \-g
Manipulate group quotas.
+.TP
+.B \-f
+Make
+.B quotaon
+behave like being called as
+.BR quotaoff .
.SS quotaoff
.TP
.B \-a