Add some info on setting quota limits for a range of uids.

This commit is contained in:
Mike Pritchard 1996-03-31 21:17:17 +00:00
parent 26da2245b9
commit adf99d0ce4
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=296

View file

@ -1,7 +1,7 @@
<!-- This is an SGML document in the linuxdoc DTD describing
disk quotas under FreeBSD. By Mike Pritchard, 1996.
$Id: quotas.sgml,v 1.1 1996-03-04 22:50:30 mpp Exp $
$Id: quotas.sgml,v 1.2 1996-03-31 21:17:17 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>