Deleted Added
full compact
edquota.8 (26826) edquota.8 (29529)
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

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

59.Sh DESCRIPTION
60.Nm Edquota
61is a quota editor.
62By default, or if the
63.Fl u
64flag is specified,
65one or more users may be specified on the command line.
66For each user a temporary file is created
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

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

59.Sh DESCRIPTION
60.Nm Edquota
61is a quota editor.
62By default, or if the
63.Fl u
64flag is specified,
65one or more users may be specified on the command line.
66For each user a temporary file is created
67with an ASCII representation of the current
67with an
68.Tn ASCII
69representation of the current
68disk quotas for that user.
69The list of filesystems with user quotas is determined from
70.Pa /etc/fstab .
70disk quotas for that user.
71The list of filesystems with user quotas is determined from
72.Pa /etc/fstab .
71An editor is invoked on the ASCII file.
73An editor is invoked on the
74.Tn ASCII
75file.
72The editor invoked is
73.Xr vi 1
74unless the environment variable
75.Ev EDITOR
76specifies otherwise.
77.Pp
78The quotas may then be modified, new quotas added, etc.
79Setting a quota to zero indicates that no quota should be imposed.

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

102initialize quotas for groups of users.
103If the user given to assign quotas to is a numerical uid
104range (e.g. 1000-2000), then
105.Nm
106will duplicate the quotas of the prototypical user
107for each uid in the range specified. This allows
108for easy setup of default quotas for a group of users.
109The uids in question do not have to be currently assigned in
76The editor invoked is
77.Xr vi 1
78unless the environment variable
79.Ev EDITOR
80specifies otherwise.
81.Pp
82The quotas may then be modified, new quotas added, etc.
83Setting a quota to zero indicates that no quota should be imposed.

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

106initialize quotas for groups of users.
107If the user given to assign quotas to is a numerical uid
108range (e.g. 1000-2000), then
109.Nm
110will duplicate the quotas of the prototypical user
111for each uid in the range specified. This allows
112for easy setup of default quotas for a group of users.
113The uids in question do not have to be currently assigned in
110.Pa /etc/passwd
114.Pa /etc/passwd .
111.Pp
112If the
113.Fl g
114flag is specified,
115.Nm
116is invoked to edit the quotas of
117one or more groups specified on the command line.
118The

--- 52 unchanged lines hidden ---
115.Pp
116If the
117.Fl g
118flag is specified,
119.Nm
120is invoked to edit the quotas of
121one or more groups specified on the command line.
122The

--- 52 unchanged lines hidden ---