quotaon - open and close the file system quotas

Overview (SYNOPSIS)

quotaon [ -e | d ] [ -vug ] filesystem ...
quotaon [ -e | d ] [ -avug ]

quotaoff [ -e | d ] [ -vug ] filesystem ...
quotaoff [ -e | d ] [ -avug ]

Description (DESCRIPTION)

quotaon notification system to use disk quotas on one or several file systems. quotaoff notification system disk quotas to cancel all a particular file system. Specified file system must have been loaded. quotaon requires a corresponding quota file in the root directory of the file system is specified, the user is quota files aquota.user , group quota file is aquota.group . These files can be used convertquota (8) command converts old quota files from, it can also be used quotacheck a new file (8) command to create. The default user and group quotas are permitted.

Options (OPTIONS)

-e
Open the specified file system quotas. When the program name is quotaon This option is the default.
-d
Close the specified file system quotas. When the program name is quotaoff This option is the default.
-a
When used in place of the name of any file system, quotaon / quotaoff will enable / disable all in / etc / mtab specified in the file system disk quotas have read - write. This option is generally used to open a quota at system startup.
-v
Open or close quotas for each file system displays a message.
-u
Processing user quotas. This is the default option.
-g
Treatment group quota.

 

File (FILES)

aquota.user
User quotas file in the file system root directory
aquota.group
Set quota file in the root directory of the file system
/etc/mtab
Mounted file system table 

Guess you like

Origin www.cnblogs.com/fanweisheng/p/11097708.html