aboutsummaryrefslogtreecommitdiff
path: root/share/doc/handbook/quotas.sgml
diff options
context:
space:
mode:
authorMike Pritchard <mpp@FreeBSD.org>1996-03-31 21:17:17 +0000
committerMike Pritchard <mpp@FreeBSD.org>1996-03-31 21:17:17 +0000
commitbf6c510e2065c1cb0dfbbdd76cb91f2b5b2a5ade (patch)
tree20c7d979af744de99de4a0296fcba093ff877053 /share/doc/handbook/quotas.sgml
parentd172713dd77fa66824d726720bfc854c399a39aa (diff)
downloadsrc-bf6c510e2065c1cb0dfbbdd76cb91f2b5b2a5ade.tar.gz
src-bf6c510e2065c1cb0dfbbdd76cb91f2b5b2a5ade.zip
Add some info on setting quota limits for a range of uids.
Notes
Notes: svn path=/head/; revision=14962
Diffstat (limited to 'share/doc/handbook/quotas.sgml')
-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 dae4a57fe9e4..23a8efe391d3 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>