edquota.8 (490d5836b5ab0c76675986696b1637fff97dfae2) edquota.8 (b8b743d723f593d63e93dd656df1431560380864)
1.\" Copyright (c) 1983, 1990, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" This code is derived from software contributed to Berkeley by
5.\" Robert Elz at The University of Melbourne.
6.\"
7.\" Redistribution and use in source and binary forms, with or without
8.\" modification, are permitted provided that the following conditions

--- 34 unchanged lines hidden (view full) ---

43.Nd edit user quotas
44.Sh SYNOPSIS
45.Nm
46.Op Fl u
47.Op Fl f Ar fspath
48.Op Fl p Ar proto-username
49.Ar username ...
50.Nm
1.\" Copyright (c) 1983, 1990, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" This code is derived from software contributed to Berkeley by
5.\" Robert Elz at The University of Melbourne.
6.\"
7.\" Redistribution and use in source and binary forms, with or without
8.\" modification, are permitted provided that the following conditions

--- 34 unchanged lines hidden (view full) ---

43.Nd edit user quotas
44.Sh SYNOPSIS
45.Nm
46.Op Fl u
47.Op Fl f Ar fspath
48.Op Fl p Ar proto-username
49.Ar username ...
50.Nm
51.Op Fl u
52.Fl e Ar fspath Ns Op : Ns Ar bslim Ns Op : Ns Ar bhlim Ns Op : Ns Ar islim Ns Op : Ns Ar ihlim
53.Op Fl e Ar ...
54.Ar username ...
55.Nm
51.Fl g
52.Op Fl f Ar fspath
53.Op Fl p Ar proto-groupname
54.Ar groupname ...
55.Nm
56.Fl g
57.Op Fl f Ar fspath
58.Op Fl p Ar proto-groupname
59.Ar groupname ...
60.Nm
61.Fl g
62.Fl e Ar fspath Ns Op : Ns Ar bslim Ns Op : Ns Ar bhlim Ns Op : Ns Ar islim Ns Op : Ns Ar ihlim
63.Op Fl e Ar ...
64.Ar groupname ...
65.Nm
56.Fl t
57.Op Fl u
58.Op Fl f Ar fspath
59.Nm
60.Fl t
61.Fl g
62.Op Fl f Ar fspath
63.Sh DESCRIPTION

--- 49 unchanged lines hidden (view full) ---

113range (e.g. 1000-2000), then
114.Nm
115will duplicate the quotas of the prototypical user
116for each uid in the range specified. This allows
117for easy setup of default quotas for a group of users.
118The uids in question do not have to be currently assigned in
119.Pa /etc/passwd .
120.Pp
66.Fl t
67.Op Fl u
68.Op Fl f Ar fspath
69.Nm
70.Fl t
71.Fl g
72.Op Fl f Ar fspath
73.Sh DESCRIPTION

--- 49 unchanged lines hidden (view full) ---

123range (e.g. 1000-2000), then
124.Nm
125will duplicate the quotas of the prototypical user
126for each uid in the range specified. This allows
127for easy setup of default quotas for a group of users.
128The uids in question do not have to be currently assigned in
129.Pa /etc/passwd .
130.Pp
131If one or more
132.Fl e Ar fspath Ns Op : Ns Ar bslim Ns Op : Ns Ar bhlim Ns Op : Ns Ar islim Ns Op : Ns Ar ihlim
133options are specified,
134.Nm
135will non-interactively set quotas defined by
136.Ar bslim ,
137.Ar bhlim ,
138.Ar islim and
139.Ar ihlim
140on each particular filesystem referenced by
141.Ar fspath .
142Here
143.Ar bslim
144is soft limit on number of blocks,
145.Ar bslim
146is hard limit on number of blocks,
147.Ar islim
148is soft limit on number of files and
149.Ar ihlim
150is hard limit on number of files.
151If any of the
152.Ar bslim ,
153.Ar bhlim ,
154.Ar islim and
155.Ar ihlim
156values are omitted, it is assumed to be zero, therefore
157indicating that no quota should be imposed.
158.Pp
121If invoked with the
122.Fl f
123option,
124.Nm
125will read and modify quotas on the filesystem specified by
126.Ar fspath
127only.
128The

--- 13 unchanged lines hidden (view full) ---

142one or more groups specified on the command line.
143The
144.Fl p
145flag can be specified in conjunction with
146the
147.Fl g
148flag to specify a prototypical group
149to be duplicated among the listed set of groups.
159If invoked with the
160.Fl f
161option,
162.Nm
163will read and modify quotas on the filesystem specified by
164.Ar fspath
165only.
166The

--- 13 unchanged lines hidden (view full) ---

180one or more groups specified on the command line.
181The
182.Fl p
183flag can be specified in conjunction with
184the
185.Fl g
186flag to specify a prototypical group
187to be duplicated among the listed set of groups.
188Similarly,
189.Fl e
190flag can be specified in conjunction with
191the
192.Fl g
193flag to non-interactively set-up quotas on the listed set
194of groups.
150.Pp
151Users are permitted to exceed their soft limits
152for a grace period that may be specified per filesystem.
153Once the grace period has expired,
154the soft limit is enforced as a hard limit.
155The default grace period for a filesystem is specified in
156.Pa /usr/include/ufs/ufs/quota.h .
157The

--- 38 unchanged lines hidden ---
195.Pp
196Users are permitted to exceed their soft limits
197for a grace period that may be specified per filesystem.
198Once the grace period has expired,
199the soft limit is enforced as a hard limit.
200The default grace period for a filesystem is specified in
201.Pa /usr/include/ufs/ufs/quota.h .
202The

--- 38 unchanged lines hidden ---