summaryrefslogtreecommitdiff
path: root/setquota.8
diff options
context:
space:
mode:
authorjkar8572 <jkar8572>2001-04-11 10:12:36 +0000
committerjkar8572 <jkar8572>2001-04-11 10:12:36 +0000
commitbc47c58ac28bea3666ae128f9493f58195baee64 (patch)
tree73bf190dfc0daa5a7a6d8dadabc6b8b337396ade /setquota.8
parent7ec003b82d056fa150924f15da0d0d0e353cf041 (diff)
downloadlinuxquota-bc47c58ac28bea3666ae128f9493f58195baee64.tar.gz
Updated manpages.
Fixed small bug in repquota (User vs Group). Some XFS updates. Fixed problems with devfs and relative paths.
Diffstat (limited to 'setquota.8')
-rw-r--r--setquota.859
1 files changed, 50 insertions, 9 deletions
diff --git a/setquota.8 b/setquota.8
index c4f9fcb..6f65dbd 100644
--- a/setquota.8
+++ b/setquota.8
@@ -4,23 +4,29 @@ setquota \- set disk quotas
.SH SYNOPSIS
.B /usr/sbin/setquota
[
-.B \-nr
+.B \-r
]
[
.B \-u
|
.B \-g
]
+[
+.B \-F
+.I quotaformat
+]
.I name
-.I filesystem
.I block-softlimit
.I block-hardlimit
.I inode-softlimit
.I inode-hardlimit
+.B \-a
+|
+.I filesystem
.LP
.B /usr/sbin/setquota
[
-.B \-nr
+.B \-r
]
[
.B \-u
@@ -28,9 +34,33 @@ setquota \- set disk quotas
.B \-g
]
[
-.B \-p protoname
+.B \-F
+.I quotaformat
+]
+[
+.B \-p
+.I protoname
]
.I name
+.B \-a
+|
+.I filesystem
+.LP
+.B /usr/sbin/setquota
+.B \-t
+[
+.B \-u
+|
+.B \-g
+]
+[
+.B \-F
+.I quotaformat
+]
+.I block-grace
+.I inode-grace
+.B \-a
+|
.I filesystem
.SH DESCRIPTION
.IX "setquota command" "" "\fLsetquota\fP \(em set disk quotas"
@@ -44,14 +74,13 @@ is a command line quota editor.
The filesystem, user/group name and new quotas for this
filesystem can be specified on the command line.
.TP
-.B -n
-Consider
-.I name
-to be a numeric ID (don't lookup user/group names).
-.TP
.B -r
Edit also remote quota use rpc.rquotad on remote server to set quota.
.TP
+.B -F \f2quotaformat\f1
+Perform setting for specified quota format. If this option isn't specified
+newest option found is used.
+.TP
.B -u
Set user quotas for named user. This is the default.
.TP
@@ -62,6 +91,18 @@ Set group quotas for named group.
Use quota settings of user or group
.I protoname
to set the quota for the named user or group.
+.TP
+.B -t
+Set grace times for users/groups. Times
+.B block-grace
+and
+.B inode-grace
+are specified in seconds.
+.TP
+.B -a
+Go through all filesystems with quota in
+.B /etc/mtab
+and perform setting.
.PP
To disable a quota, set the coresponding parameter to 0. To change quotas
for several filesystems, invoke once for each filesystem.