quotaoff
quotaoff [options] [filesystems]
System administration command. Turn off enforcement of filesystem quotas. This command is a synonym for quotaon -f
Options
-a
Turn off quotas for all filesystems in /etc/fstab.
-F format
Show quota for the specified format. (See quota for valid formats.)
-g
Turn group quotas off.
-p
Print current quota status, then exit.
-u
Turn user quotas off.
-v
Print a message for each filesystem affected by the command.
-x command
On an XFS system, perform one of the following commands:
delete
Remove quota metadata from the XFS filesystem.
enforcement
Turn off limit enforcement on an XFS filesystem. |