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
QUOTAON(8) OpenBSD System Manager's Manual QUOTAON(8)
NAME
quotaon, quotaoff - turn filesystem quotas on and off
SYNOPSIS
quotaon [-g] [-u] [-v] filesystem ...
quotaon [-g] [-u] [-v] -a
quotaoff [-g] [-u] [-v] filesystem ...
quotaoff [-g] [-u] [-v] -a
DESCRIPTION
Quotaon announces to the system that disk quotas should be enabled on one
or more filesystems. Quotaoff announces to the system that the specified
filesystems should have any disk quotas diskquotas turned off. The
filesystems specified must have entries in /etc/fstab and be mounted.
Quotaon expects each filesystem to have quota files named quota.user and
quota.group which are located at the root of the associated file system.
These defaults may be overridden in /etc/fstab. By default both user and
group quotas are enabled.
Available options:
-a If the -a flag is supplied in place of any filesystem names,
quotaon/quotaoff will enable/disable all the filesystems indicat-
ed in /etc/fstab to be read-write with disk quotas. By default
only the types of quotas listed in /etc/fstab are enabled.
-g Only group quotas listed in /etc/fstab should be enabled/dis-
abled.
-u Only user quotas listed in /etc/fstab should be enabled/disabled.
-v Causes quotaon and quotaoff to print a message for each filesys-
tem where quotas are turned on or off.
Specifying both -g and -u is equivalent to the default.
FILES
quota.user at the filesystem root with user quotas
quota.group at the filesystem root with group quotas
/etc/fstab filesystem table
SEE ALSO
quota(1), quotactl(2), fstab(5), edquota(8), quotacheck(8), repquo-
ta(8)
HISTORY
The quotaon command appeared in 4.2BSD.
4.2 Berkeley Distribution December 11, 1993 1
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 quotaon(8) OpenBSD sources for quotaon(8)
Up to: File System Information - Obtaining information of the filesystem as a whole. Status of disk subsystems, capacity, etc.
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 >
quotaon.8/
RocketAware.com is a service of Mib Software Copyright 1999, Forrest J. Cavalier III. All Rights Reserved. We welcome submissions and comments
|