how to use quotaoff command with its examples

  • About quotaoff: To turn filesystem quotas on and off
  • Comes From : quota-3.17
  • Configuration Files:
  • Path: /sbin/quotaoff

Examples:

1. To turnoff the quota off on a file system

$ quotaoff /

 2. To turnoff the quota off on all file system

$ quotaoff -a
$ quotaoff –all

 3. To turnoff quota for a user

$ quotaoff -u mike /
$ quotaoff –user mike /

 4. To turnoff the quota for a group

$ quotaoff -g SUPPORT /
$ quotaoff –group SUPPORT / 

5. To get the quota state

$ quotaoff -p
$ quotaoff –print-state 

6. To operate in specific quota format

$ quotaoff -F 
$ quotaoff –format=formatname

 7. To get the version

$ quotaoff -V
$ quotaoff –version 

8. To run in verbose mode

$ quotaoff -v
$ quotaoff –verbose

9. To get the help for quotaoff

$ quotaoff –help

 Related Commands: quotactl, fstab, quota_nld, repquota, warnquota 

Leave a Reply

Your email address will not be published. Required fields are marked *