mmdefquotaoff - Deactivates default quota limit usage for a file system.
Synopsis
mmdefquotaoff [-u | -g] [-v] {Device[ Device ... ] | -a}
Description
The mmdefquotaoff command deactivates default quota limits for a file system. If default quota limits are deactivated, a new user or group to that file system will then have a default quota limit of 0, indicating no limit.
If neither the -u or the -g option is specified, mmdefquotaoff deactivates both user and group default quotas.
If the -a option is not used, Device must be the last parameter specified.
Parameters
If more than one file system is listed, the names should be delimited by a space. File system names need not be fully qualified. fs0 is just as acceptable as /dev/fs0.
Options
Exit status
Security
You must have root authority to run the mmdefquotaoff command.
GPFS must be running on the node from which the mmdefquotaoff command is issued.
In an SP environment, verify the authentication method set for SP security services:
For further information, see the latest IBM Parallel System Support Programs for AIX: Administration Guide, IBM Parallel System Support Programs for AIX: Command and Technical Reference, and RS/6000: Planning Volume 2, Control Workstation and Software Environment manuals at www.rs6000.ibm.com/resource/aix_resource/sp_books/pssp. Search for information on sysctl.
Examples
mmdefquotaoff -u fs0To confirm the change, enter:
mmlsquota -d -uThe system displays information similar to:
Block Limits | File Limits Filesystem type KB quota limit in_doubt grace | files quota limit in_doubt grace fs0 USR no default limits
mmdefquotaoff -g -aTo confirm the change, enter:
mmlsquota -d -gThe system displays information similar to:
Block Limits | File Limits Filesystem type KB quota limit in_doubt grace | files quota limit in_doubt grace fs0 GRP no default limits fs1 GRP no default limits fs2 GRP no default limits
See also
Location
/usr/lpp/mmfs/bin