Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

quotaoff(1m) [hpux man page]

quotaon(1M)															       quotaon(1M)

NAME
quotaon, quotaoff - turn HFS file system quotas on and off SYNOPSIS
filesystem ... filesystem ... Remarks These commands are provided for compatibility only. Their use is neither required nor recommended because and enable and disable quotas cleanly (see mount(1M)). See below for more information. DESCRIPTION
The command enables quotas on one or more file systems. Group quotas cannot be enabled on HFS file systems. The command disables quotas on one or more HFS file systems. filesystem is either the name of the mount point of the file system, or the name of the block device containing the file system. The file systems specified must be currently mounted in order to turn quotas on or off. Also, the file system quota files, (for user quotas) and (for group quotas) must be present in the root directory of each specified file system. These commands will update the appropriate entries in to indicate that quotas are on or off for each file system. When enabling quotas interactively after boot time, the command should be run immediately afterward (see below). Use (see mount(1M)) to determine whether quotas are enabled on mounted file systems. Options The following options affect the behavior described above. Obtain the filesystem list from using entries of type and (or with the option, for user quotas and option, for group quotas (see fstab(4)). Turn on or off group quotas only. Turn on or off user quotas (the default) only. Generate a message for each file system affected. EXTERNAL INFLUENCES
Environment Variables determines the language in which messages are displayed. If is not specified in the environment or is set to the empty string, the value of is used as a default for each unspecified or empty vari- able. If is not specified or is set to the empty string, a default of "C" (see lang(5)) is used instead of If any internationalization variable contains an invalid setting, behaves as if all internationalization variables are set to "C". See environ(5). International Code Set Support Single and multi-byte character code sets are supported. WARNINGS
Using to disable quotas on a file system causes the system to discontinue tracking quotas for that file system, and marks the flag in the superblock (see fsclean(1M)). This in turn, forces a the next time the system is booted. Since quotas are enabled and disabled cleanly by and anyway, the use of and is generally discouraged. AUTHOR
Disk quotas were developed by the University of California, Berkeley, Sun Microsystems, Inc., and HP. FILES
Static information about the file systems Mount file system table Group and user quota statistics static storage for a file system respectively, where directory is the root of the file system as specified to the command (see mount(1M)). SEE ALSO
fsclean(1M), mount(1M), quotacheck(1M), quotacheck_hfs(1M), quotacheck_vxfs(1M), quota(5). quotaon(1M)

Check Out this Related Man Page

QUOTAON(8)						    BSD 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 disk quotas turned off. The filesystem must be mounted and it must have the appropriate mount option file located at its root, the .quota.ops.user file for user quota configuration, and the .quota.ops.group file for group quota configuration. Quotaon also expects each filesystem to have the appropriate quota data files located at its root, the .quota.user file for user data, and the .quota.group file for group data. These filenames and their root location cannot be overridden. By default, quotaon will attempt to enable both user and group quotas. By default, quotaoff will disable both user and group quotas. Available options: -a If the -a flag is supplied in place of any filesystem names, quotaon/quotaoff will enable/disable any filesystems with an existing mount option file at its root. The mount option file specifies the types of quotas that are to be configured. -g Only group quotas will be enabled/disabled. The mount option file, .quota.ops.group, must exist at the root of the filesystem. -u Only user quotas will be enabled/disabled. The mount option file, .quota.ops.user, must exist at the root of the filesystem. -v Causes quotaon and quotaoff to print a message for each filesystem where quotas are turned on or off. Specifying both -g and -u is equivalent to the default. Quotas for both users and groups will automatically be turned on at filesystem mount if the appropriate mount option file and binary data file is in place at its root. FILES
Each of the following quota files is located at the root of the mounted filesystem. The mount option files are empty files whose existence indicates that quotas are to be enabled for that filesystem. .quota.user data file containing user quotas .quota.group data file containing group quotas .quota.ops.user mount option file used to enable user quotas .quota.ops.group mount option file used to enable group quotas SEE ALSO
quota(1), quotactl(2), edquota(8), quotacheck(8), repquota(8) HISTORY
The quotaon command appeared in 4.2BSD. 4.2 Berkeley Distribution October 17, 2002 4.2 Berkeley Distribution
Man Page