]> andersk Git - moira.git/blame - man/setquota.8
Initial revision
[moira.git] / man / setquota.8
CommitLineData
66b23b43 1.TH SETQUOTA 8 "23 Jan 1989" "Project Athena"
2\" RCSID: $Header$
3.UC 4
4.SH NAME
5setquota \- set the disk usage quotas for a given user and partition
6.SH SYNOPSIS
7.B setquota
8[-u]
9.I special uid quota
10.br
11.B setquota
12-r [-u]
13.I special low_uid high_uid quota
14.SH DESCRIPTION
15.I Setquota
16will set the hard and soft limits on disk usage and inode
17usage for the user with
18.I uid
19on the partition
20.I special. special
21can be either the block device name (ie.
22.I /dev/rz3g
23) or the directory it's mounted on. (ie.
24.I /u1
25). The user's soft disk usage limit will be set to
26.I quota.
27The soft inode usage limit will be set to half that amount.
28The hard limits will be set to 1.2 times the soft limits.
29.SH OPTIONS
30If the
31.B \-u
32option is given, then the specified
33.I quota
34will be added to the current usage to obtain the new soft limit. The
35remaining values are then set relative to this as specified above.
36If the
37.B \-r
38option is given, then all the quotas for the inclusive range of uid's
39are set to the given quota (plus usage with the
40.B \-u
41option).
42.SH DIAGNOSTICS
43An error will occur if you attempt to set the quota for a user whose
44uid is higher than any other recorded in the quotas file. To fix
45this, you must grow the quotas file first.
46.SH AUTHORS
47Bill Sommerfeld, MIT Project Athena
48.br
49Jim Rees, MIT Project Athena
50.SH "SEE ALSO"
51quota(1), quota(2), edquota(8), quotacheck(8), quotaon(8), repquota(8)
This page took 0.052261 seconds and 5 git commands to generate.