Remove advertising header from man pages.
[dragonfly.git] / usr.sbin / edquota / edquota.8
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
9 .\" are met:
10 .\" 1. Redistributions of source code must retain the above copyright
11 .\"    notice, this list of conditions and the following disclaimer.
12 .\" 2. Redistributions in binary form must reproduce the above copyright
13 .\"    notice, this list of conditions and the following disclaimer in the
14 .\"    documentation and/or other materials provided with the distribution.
15 .\" 4. Neither the name of the University nor the names of its contributors
16 .\"    may be used to endorse or promote products derived from this software
17 .\"    without specific prior written permission.
18 .\"
19 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
20 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
21 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
22 .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
23 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
24 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
25 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
26 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
27 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
28 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
29 .\" SUCH DAMAGE.
30 .\"
31 .\"     @(#)edquota.8   8.1 (Berkeley) 6/6/93
32 .\" $FreeBSD: src/usr.sbin/edquota/edquota.8,v 1.9.2.3 2002/10/11 14:25:39 sobomax Exp $
33 .\" $DragonFly: src/usr.sbin/edquota/edquota.8,v 1.4 2006/05/26 19:39:40 swildner Exp $
34 .\"
35 .Dd June 6, 1993
36 .Dt EDQUOTA 8
37 .Os
38 .Sh NAME
39 .Nm edquota
40 .Nd edit user quotas
41 .Sh SYNOPSIS
42 .Nm
43 .Op Fl u
44 .Op Fl f Ar fspath
45 .Op Fl p Ar proto-username
46 .Ar username ...
47 .Nm
48 .Op Fl u
49 .Fl e Ar fspath Ns Op : Ns Ar bslim Ns Op : Ns Ar bhlim Ns Op : Ns Ar islim Ns Op : Ns Ar ihlim
50 .Op Fl e Ar ...
51 .Ar username ...
52 .Nm
53 .Fl g
54 .Op Fl f Ar fspath
55 .Op Fl p Ar proto-groupname
56 .Ar groupname ...
57 .Nm
58 .Fl g
59 .Fl e Ar fspath Ns Op : Ns Ar bslim Ns Op : Ns Ar bhlim Ns Op : Ns Ar islim Ns Op : Ns Ar ihlim
60 .Op Fl e Ar ...
61 .Ar groupname ...
62 .Nm
63 .Fl t
64 .Op Fl u
65 .Op Fl f Ar fspath
66 .Nm
67 .Fl t
68 .Fl g
69 .Op Fl f Ar fspath
70 .Sh DESCRIPTION
71 .Nm Edquota
72 is a quota editor.
73 By default, or if the
74 .Fl u
75 flag is specified,
76 one or more users may be specified on the command line.
77 For each user a temporary file is created
78 with an
79 .Tn ASCII
80 representation of the current
81 disk quotas for that user.
82 The list of filesystems with user quotas is determined from
83 .Pa /etc/fstab .
84 An editor is invoked on the
85 .Tn ASCII
86 file.
87 The editor invoked is
88 .Xr vi 1
89 unless the environment variable
90 .Ev EDITOR
91 specifies otherwise.
92 .Pp
93 The quotas may then be modified, new quotas added, etc.
94 Setting a quota to zero indicates that no quota should be imposed.
95 Setting a hard limit to one indicates that no allocations should
96 be permitted.
97 Setting a soft limit to one with a hard limit of zero
98 indicates that allocations should be permitted only on
99 a temporary basis (see
100 .Fl t
101 below).
102 The current usage information in the file is for informational purposes;
103 only the hard and soft limits can be changed.
104 .Pp
105 On leaving the editor,
106 .Nm
107 reads the temporary file and modifies the binary
108 quota files to reflect the changes made.
109 .Pp
110 If the
111 .Fl p
112 option is specified,
113 .Nm
114 will duplicate the quotas of the prototypical user
115 specified for each user specified.
116 This is the normal mechanism used to
117 initialize quotas for groups of users.
118 If the user given to assign quotas to is a numerical uid
119 range (e.g. 1000-2000), then
120 .Nm
121 will duplicate the quotas of the prototypical user
122 for each uid in the range specified.  This allows
123 for easy setup of default quotas for a group of users.
124 The uids in question do not have to be currently assigned in
125 .Pa /etc/passwd .
126 .Pp
127 If one or more
128 .Fl e Ar fspath Ns Op : Ns Ar bslim Ns Op : Ns Ar bhlim Ns Op : Ns Ar islim Ns Op : Ns Ar ihlim
129 options are specified,
130 .Nm
131 will non-interactively set quotas defined by
132 .Ar bslim ,
133 .Ar bhlim ,
134 .Ar islim and
135 .Ar ihlim
136 on each particular filesystem referenced by
137 .Ar fspath .
138 Here
139 .Ar bslim
140 is soft limit on number of blocks,
141 .Ar bslim
142 is hard limit on number of blocks,
143 .Ar islim
144 is soft limit on number of files and
145 .Ar ihlim
146 is hard limit on number of files.
147 If any of the
148 .Ar bslim ,
149 .Ar bhlim ,
150 .Ar islim and
151 .Ar ihlim
152 values are omitted, it is assumed to be zero, therefore
153 indicating that no quota should be imposed.
154 .Pp
155 If invoked with the
156 .Fl f
157 option,
158 .Nm
159 will read and modify quotas on the filesystem specified by
160 .Ar fspath
161 only.
162 The
163 .Ar fspath
164 argument may be either a special device
165 or a filesystem mount point.
166 The primary purpose of this option is to set the scope for the
167 .Fl p
168 option, which would overwrite quota records on every
169 filesystem with quotas otherwise.
170 .Pp
171 If the
172 .Fl g
173 flag is specified,
174 .Nm
175 is invoked to edit the quotas of
176 one or more groups specified on the command line.
177 The
178 .Fl p
179 flag can be specified in conjunction with
180 the
181 .Fl g
182 flag to specify a prototypical group
183 to be duplicated among the listed set of groups.
184 Similarly,
185 .Fl e
186 flag can be specified in conjunction with
187 the
188 .Fl g
189 flag to non-interactively set-up quotas on the listed set
190 of groups.
191 .Pp
192 Users are permitted to exceed their soft limits
193 for a grace period that may be specified per filesystem.
194 Once the grace period has expired,
195 the soft limit is enforced as a hard limit.
196 The default grace period for a filesystem is specified in
197 .In vfs/ufs/quota.h .
198 The
199 .Fl t
200 flag can be used to change the grace period.
201 By default, or when invoked with the
202 .Fl u
203 flag,
204 the grace period is set for all the filesystems with user
205 quotas specified in
206 .Pa /etc/fstab .
207 When invoked with the
208 .Fl g
209 flag the grace period is
210 set for all the filesystems with group quotas specified in
211 .Pa /etc/fstab .
212 The grace period may be specified in days, hours, minutes, or seconds.
213 Setting a grace period to zero indicates that the default
214 grace period should be imposed.
215 Setting a grace period to one second indicates that no
216 grace period should be granted.
217 .Pp
218 Only the super-user may edit quotas.
219 .Sh FILES
220 .Bl -tag -width quota.group -compact
221 .It Pa quota.user
222 at the filesystem root with user quotas
223 .It Pa quota.group
224 at the filesystem root with group quotas
225 .It Pa /etc/fstab
226 to find filesystem names and locations
227 .El
228 .Sh DIAGNOSTICS
229 Various messages about inaccessible files; self-explanatory.
230 .Sh SEE ALSO
231 .Xr quota 1 ,
232 .Xr quotactl 2 ,
233 .Xr fstab 5 ,
234 .Xr quotacheck 8 ,
235 .Xr quotaon 8 ,
236 .Xr repquota 8