1dea673e9SRodney W. Grimes.\" Copyright (c) 1983, 1990, 1993 2dea673e9SRodney W. Grimes.\" The Regents of the University of California. All rights reserved. 3dea673e9SRodney W. Grimes.\" 4dea673e9SRodney W. Grimes.\" This code is derived from software contributed to Berkeley by 5dea673e9SRodney W. Grimes.\" Robert Elz at The University of Melbourne. 6dea673e9SRodney W. Grimes.\" 7dea673e9SRodney W. Grimes.\" Redistribution and use in source and binary forms, with or without 8dea673e9SRodney W. Grimes.\" modification, are permitted provided that the following conditions 9dea673e9SRodney W. Grimes.\" are met: 10dea673e9SRodney W. Grimes.\" 1. Redistributions of source code must retain the above copyright 11dea673e9SRodney W. Grimes.\" notice, this list of conditions and the following disclaimer. 12dea673e9SRodney W. Grimes.\" 2. Redistributions in binary form must reproduce the above copyright 13dea673e9SRodney W. Grimes.\" notice, this list of conditions and the following disclaimer in the 14dea673e9SRodney W. Grimes.\" documentation and/or other materials provided with the distribution. 15dea673e9SRodney W. Grimes.\" 3. All advertising materials mentioning features or use of this software 16dea673e9SRodney W. Grimes.\" must display the following acknowledgement: 17dea673e9SRodney W. Grimes.\" This product includes software developed by the University of 18dea673e9SRodney W. Grimes.\" California, Berkeley and its contributors. 19dea673e9SRodney W. Grimes.\" 4. Neither the name of the University nor the names of its contributors 20dea673e9SRodney W. Grimes.\" may be used to endorse or promote products derived from this software 21dea673e9SRodney W. Grimes.\" without specific prior written permission. 22dea673e9SRodney W. Grimes.\" 23dea673e9SRodney W. Grimes.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 24dea673e9SRodney W. Grimes.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 25dea673e9SRodney W. Grimes.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 26dea673e9SRodney W. Grimes.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 27dea673e9SRodney W. Grimes.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 28dea673e9SRodney W. Grimes.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 29dea673e9SRodney W. Grimes.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 30dea673e9SRodney W. Grimes.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 31dea673e9SRodney W. Grimes.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 32dea673e9SRodney W. Grimes.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 33dea673e9SRodney W. Grimes.\" SUCH DAMAGE. 34dea673e9SRodney W. Grimes.\" 35dea673e9SRodney W. Grimes.\" @(#)edquota.8 8.1 (Berkeley) 6/6/93 3697d92980SPeter Wemm.\" $FreeBSD$ 37dea673e9SRodney W. Grimes.\" 38681e5e7aSSteve Price.Dd June 6, 1993 39389766f3SMike Pritchard.Dt EDQUOTA 8 40389766f3SMike Pritchard.Os 41389766f3SMike Pritchard.Sh NAME 42389766f3SMike Pritchard.Nm edquota 43389766f3SMike Pritchard.Nd edit user quotas 44389766f3SMike Pritchard.Sh SYNOPSIS 45e97407b4SRuslan Ermilov.Nm 46389766f3SMike Pritchard.Op Fl u 47bc9c1e90SYaroslav Tykhiy.Op Fl f Ar fspath 48389766f3SMike Pritchard.Op Fl p Ar proto-username 49389766f3SMike Pritchard.Ar username ... 50e97407b4SRuslan Ermilov.Nm 51389766f3SMike Pritchard.Fl g 52bc9c1e90SYaroslav Tykhiy.Op Fl f Ar fspath 53389766f3SMike Pritchard.Op Fl p Ar proto-groupname 54389766f3SMike Pritchard.Ar groupname ... 55e97407b4SRuslan Ermilov.Nm 56389766f3SMike Pritchard.Fl t 57389766f3SMike Pritchard.Op Fl u 58bc9c1e90SYaroslav Tykhiy.Op Fl f Ar fspath 59e97407b4SRuslan Ermilov.Nm 60389766f3SMike Pritchard.Fl t 61389766f3SMike Pritchard.Fl g 62bc9c1e90SYaroslav Tykhiy.Op Fl f Ar fspath 63389766f3SMike Pritchard.Sh DESCRIPTION 64490d5836SPhilippe CharnierThe 65490d5836SPhilippe Charnier.Nm 66490d5836SPhilippe Charnierutility is a quota editor. 67389766f3SMike PritchardBy default, or if the 68389766f3SMike Pritchard.Fl u 69389766f3SMike Pritchardflag is specified, 70dea673e9SRodney W. Grimesone or more users may be specified on the command line. 71dea673e9SRodney W. GrimesFor each user a temporary file is created 72ea28e1c5SPhilippe Charnierwith an 73ea28e1c5SPhilippe Charnier.Tn ASCII 74ea28e1c5SPhilippe Charnierrepresentation of the current 75dea673e9SRodney W. Grimesdisk quotas for that user. 76dea673e9SRodney W. GrimesThe list of filesystems with user quotas is determined from 77389766f3SMike Pritchard.Pa /etc/fstab . 78ea28e1c5SPhilippe CharnierAn editor is invoked on the 79ea28e1c5SPhilippe Charnier.Tn ASCII 80ea28e1c5SPhilippe Charnierfile. 81dea673e9SRodney W. GrimesThe editor invoked is 82389766f3SMike Pritchard.Xr vi 1 83389766f3SMike Pritchardunless the environment variable 84389766f3SMike Pritchard.Ev EDITOR 85389766f3SMike Pritchardspecifies otherwise. 86389766f3SMike Pritchard.Pp 87dea673e9SRodney W. GrimesThe quotas may then be modified, new quotas added, etc. 88dea673e9SRodney W. GrimesSetting a quota to zero indicates that no quota should be imposed. 89dea673e9SRodney W. GrimesSetting a hard limit to one indicates that no allocations should 90dea673e9SRodney W. Grimesbe permitted. 91dea673e9SRodney W. GrimesSetting a soft limit to one with a hard limit of zero 92389766f3SMike Pritchardindicates that allocations should be permitted only on 93389766f3SMike Pritcharda temporary basis (see 94389766f3SMike Pritchard.Fl t 95389766f3SMike Pritchardbelow). 96dea673e9SRodney W. GrimesThe current usage information in the file is for informational purposes; 97dea673e9SRodney W. Grimesonly the hard and soft limits can be changed. 98389766f3SMike Pritchard.Pp 99dea673e9SRodney W. GrimesOn leaving the editor, 100389766f3SMike Pritchard.Nm 101dea673e9SRodney W. Grimesreads the temporary file and modifies the binary 102dea673e9SRodney W. Grimesquota files to reflect the changes made. 103389766f3SMike Pritchard.Pp 104dea673e9SRodney W. GrimesIf the 105389766f3SMike Pritchard.Fl p 106dea673e9SRodney W. Grimesoption is specified, 107389766f3SMike Pritchard.Nm 108dea673e9SRodney W. Grimeswill duplicate the quotas of the prototypical user 109dea673e9SRodney W. Grimesspecified for each user specified. 110dea673e9SRodney W. GrimesThis is the normal mechanism used to 111dea673e9SRodney W. Grimesinitialize quotas for groups of users. 112d172713dSMike PritchardIf the user given to assign quotas to is a numerical uid 113d172713dSMike Pritchardrange (e.g. 1000-2000), then 114389766f3SMike Pritchard.Nm 115d172713dSMike Pritchardwill duplicate the quotas of the prototypical user 116d172713dSMike Pritchardfor each uid in the range specified. This allows 117d172713dSMike Pritchardfor easy setup of default quotas for a group of users. 118d172713dSMike PritchardThe uids in question do not have to be currently assigned in 119ea28e1c5SPhilippe Charnier.Pa /etc/passwd . 120389766f3SMike Pritchard.Pp 121bc9c1e90SYaroslav TykhiyIf invoked with the 122bc9c1e90SYaroslav Tykhiy.Fl f 123bc9c1e90SYaroslav Tykhiyoption, 124bc9c1e90SYaroslav Tykhiy.Nm 125bc9c1e90SYaroslav Tykhiywill read and modify quotas on the filesystem specified by 126bc9c1e90SYaroslav Tykhiy.Ar fspath 127bc9c1e90SYaroslav Tykhiyonly. 128bc9c1e90SYaroslav TykhiyThe 129bc9c1e90SYaroslav Tykhiy.Ar fspath 130bc9c1e90SYaroslav Tykhiyargument may be either a special device 131bc9c1e90SYaroslav Tykhiyor a filesystem mount point. 132bc9c1e90SYaroslav TykhiyThe primary purpose of this option is to set the scope for the 133bc9c1e90SYaroslav Tykhiy.Fl p 134bc9c1e90SYaroslav Tykhiyoption, which would overwrite quota records on every 135bc9c1e90SYaroslav Tykhiyfilesystem with quotas otherwise. 136bc9c1e90SYaroslav Tykhiy.Pp 137389766f3SMike PritchardIf the 138389766f3SMike Pritchard.Fl g 139389766f3SMike Pritchardflag is specified, 140389766f3SMike Pritchard.Nm 141dea673e9SRodney W. Grimesis invoked to edit the quotas of 142dea673e9SRodney W. Grimesone or more groups specified on the command line. 143389766f3SMike PritchardThe 144389766f3SMike Pritchard.Fl p 145389766f3SMike Pritchardflag can be specified in conjunction with 146389766f3SMike Pritchardthe 147389766f3SMike Pritchard.Fl g 148389766f3SMike Pritchardflag to specify a prototypical group 149dea673e9SRodney W. Grimesto be duplicated among the listed set of groups. 150389766f3SMike Pritchard.Pp 151dea673e9SRodney W. GrimesUsers are permitted to exceed their soft limits 152dea673e9SRodney W. Grimesfor a grace period that may be specified per filesystem. 153dea673e9SRodney W. GrimesOnce the grace period has expired, 154dea673e9SRodney W. Grimesthe soft limit is enforced as a hard limit. 155dea673e9SRodney W. GrimesThe default grace period for a filesystem is specified in 156389766f3SMike Pritchard.Pa /usr/include/ufs/ufs/quota.h . 157389766f3SMike PritchardThe 158389766f3SMike Pritchard.Fl t 159389766f3SMike Pritchardflag can be used to change the grace period. 160389766f3SMike PritchardBy default, or when invoked with the 161389766f3SMike Pritchard.Fl u 162389766f3SMike Pritchardflag, 163dea673e9SRodney W. Grimesthe grace period is set for all the filesystems with user 164dea673e9SRodney W. Grimesquotas specified in 165389766f3SMike Pritchard.Pa /etc/fstab . 166389766f3SMike PritchardWhen invoked with the 167389766f3SMike Pritchard.Fl g 168389766f3SMike Pritchardflag the grace period is 169dea673e9SRodney W. Grimesset for all the filesystems with group quotas specified in 170389766f3SMike Pritchard.Pa /etc/fstab . 171dea673e9SRodney W. GrimesThe grace period may be specified in days, hours, minutes, or seconds. 172dea673e9SRodney W. GrimesSetting a grace period to zero indicates that the default 173dea673e9SRodney W. Grimesgrace period should be imposed. 174dea673e9SRodney W. GrimesSetting a grace period to one second indicates that no 175dea673e9SRodney W. Grimesgrace period should be granted. 176389766f3SMike Pritchard.Pp 177dea673e9SRodney W. GrimesOnly the super-user may edit quotas. 178389766f3SMike Pritchard.Sh FILES 179389766f3SMike Pritchard.Bl -tag -width quota.group -compact 180389766f3SMike Pritchard.It Pa quota.user 181389766f3SMike Pritchardat the filesystem root with user quotas 182389766f3SMike Pritchard.It Pa quota.group 183389766f3SMike Pritchardat the filesystem root with group quotas 184389766f3SMike Pritchard.It Pa /etc/fstab 185389766f3SMike Pritchardto find filesystem names and locations 186389766f3SMike Pritchard.El 187389766f3SMike Pritchard.Sh SEE ALSO 188389766f3SMike Pritchard.Xr quota 1 , 189bfd34a4aSWolfram Schneider.Xr quotactl 2 , 1908288fd54SChris Costello.Xr fstab 5 , 191389766f3SMike Pritchard.Xr quotacheck 8 , 192389766f3SMike Pritchard.Xr quotaon 8 , 193389766f3SMike Pritchard.Xr repquota 8 194389766f3SMike Pritchard.Sh DIAGNOSTICS 195dea673e9SRodney W. GrimesVarious messages about inaccessible files; self-explanatory. 196