summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>1996-03-31 21:17:17 +0000
committermpp <mpp@FreeBSD.org>1996-03-31 21:17:17 +0000
commit2ad8a42b820efd74cc05ef71e54c6afe134aed56 (patch)
tree20c7d979af744de99de4a0296fcba093ff877053 /share
parentf37e8c4ec5816d38e20cd2769b8bded707af4f3c (diff)
downloadFreeBSD-src-2ad8a42b820efd74cc05ef71e54c6afe134aed56.zip
FreeBSD-src-2ad8a42b820efd74cc05ef71e54c6afe134aed56.tar.gz
Add some info on setting quota limits for a range of uids.
Diffstat (limited to 'share')
-rw-r--r--share/doc/handbook/quotas.sgml14
1 files changed, 13 insertions, 1 deletions
diff --git a/share/doc/handbook/quotas.sgml b/share/doc/handbook/quotas.sgml
index dae4a57..23a8efe 100644
--- a/share/doc/handbook/quotas.sgml
+++ b/share/doc/handbook/quotas.sgml
@@ -1,7 +1,7 @@
<!-- This is an SGML document in the linuxdoc DTD describing
disk quotas under FreeBSD. By Mike Pritchard, 1996.
- $Id$
+ $Id: quotas.sgml,v 1.1 1996/03/04 22:50:30 mpp Exp $
The FreeBSD Documentation Project
@@ -154,6 +154,18 @@ to:
</verb>
The new quota limits will be in place when you exit the editor.
+ <p>Sometimes it is desirable to set quota limits on a range
+ of uids. This can be done by use of the <tt>-p</tt> option
+ on the <tt>edquota</tt> command. First, assign the desired
+ quota limit to a user, and then run
+ <tt>edquota -p protouser startuid-enduid</tt>.
+ For example, if user <tt>test</tt> has the desired quota
+ limits, the following command can be used to duplicate
+ those quota limits for uids 10,000 through 19,999:
+<verb>
+edquota -p test 10000-19999
+</verb>
+
<p>See <tt>man edquota</tt> for more detailed information.
<sect><heading>Checking quota limits and disk usage</heading>
OpenPOWER on IntegriCloud