Home
Search all pages
Subjects
By activity
Professions, Sciences, Humanities, Business, ...
User Interface
Text-based, GUI, Audio, Video, Keyboards, Mouse, Images,...
Text Strings
Conversions, tests, processing, manipulation,...
Math
Integer, Floating point, Matrix, Statistics, Boolean, ...
Processing
Algorithms, Memory, Process control, Debugging, ...
Stored Data
Data storage, Integrity, Encryption, Compression, ...
Communications
Networks, protocols, Interprocess, Remote, Client Server, ...
Hard World Timing, Calendar and Clock, Audio, Video, Printer, Controls...
File System
Management, Filtering, File & Directory access, Viewers, ...
|
|
|
RocketLink!--> Man page versions:
OpenBSD
FreeBSD
NetBSD
Others
EDQUOTA(8) OpenBSD System Manager's Manual EDQUOTA(8)
NAME
edquota - edit user quotas
SYNOPSIS
edquota [-u] [-p proto-username] username | uid ...
edquota -g [-p proto-groupname] groupname | gid ...
edquota -t [-u]
edquota -t -g
DESCRIPTION
Edquota is a quota editor. By default, or if the -u flag is specified,
one or more users may be specified on the command line. If a numeric id
is given instead of a name that uid/gid will be used even if there is not
a corresponding id in the passwd or group files. For each user a tempo-
rary file is created with an ASCII representation of the current disk
quotas for that user. The list of filesystems with user quotas is deter-
mined from /etc/fstab. An editor is invoked on the ASCII file. The edi-
tor invoked is vi(1) unless the environment variable EDITOR specifies
otherwise.
The quotas may then be modified, new quotas added, etc. Setting a quota
to zero indicates that no quota should be imposed. Setting a hard limit
to one indicates that no allocations should be permitted. Setting a soft
limit to one with a hard limit of zero indicates that allocations should
be permitted on only a temporary basis (see -t below). The current usage
information in the file is for informational purposes; only the hard and
soft limits can be changed.
On leaving the editor, edquota reads the temporary file and modifies the
binary quota files to reflect the changes made.
If the -p flag is specified, edquota will duplicate the quotas of the
prototypical user specified for each user specified. This is the normal
mechanism used to initialize quotas for groups of users.
If the -g flag is specified, edquota is invoked to edit the quotas of one
or more groups specified on the command line. The -p flag can be speci-
fied in conjunction with the -g flag to specify a prototypical group to
be duplicated among the listed set of groups.
Users are permitted to exceed their soft limits for a grace period that
may be specified per filesystem. Once the grace period has expired, the
soft limit is enforced as a hard limit. The default grace period for a
filesystem is specified in /usr/include/ufs/ufs/quota.h. The -t flag can
be used to change the grace period. By default, or when invoked with the
-u flag, the grace period is set for all the filesystems with user quotas
specified in /etc/fstab. When invoked with the -g flag the grace period
is set for all the filesystems with group quotas specified in /etc/fstab.
The grace period may be specified in days, hours, minutes, or seconds.
Setting a grace period to zero indicates that the default grace period
should be imposed. Setting a grace period to one second indicates that
no grace period should be granted.
Only the super-user may edit quotas.
FILES
quota.user at the filesystem root with user quotas
quota.group at the filesystem root with group quotas
/etc/fstab to find filesystem names and locations
SEE ALSO
quota(1), quotactl(2), fstab(5), quotacheck(8), quotaon(8), repquo-
ta(8)
DIAGNOSTICS
Various messages about inaccessible files; self-explanatory.
OpenBSD 2.3 June 6, 1993 2
Source: OpenBSD 2.6 man pages. Copyright: Portions are copyrighted by BERKELEY SOFTWARE DESIGN, INC., The Regents of the University of California, Massachusetts Institute of Technology, Free Software Foundation, FreeBSD Inc., and others. |
(Corrections, notes, and links courtesy of RocketAware.com)
FreeBSD Sources for edquota(8) OpenBSD sources for edquota(8)
Up to: Process Limits: Resources - Process Limits on resource usage (disk, CPU, memory, et al)
RocketLink!--> Man page versions:
OpenBSD
FreeBSD
NetBSD
Others
Rapid-Links:
Search | About | Comments | Submit Path: RocketAware > man pages >
edquota.8/
RocketAware.com is a service of Mib Software Copyright 1999, Forrest J. Cavalier III. All Rights Reserved. We welcome submissions and comments
|