The Linux Newbie Guide  ⇒    Fundamentals     Advanced     Supplement   Command Index   ENG⇒中
All rights reserved, please indicate the source when citing
  

quotaon - Enable Quotas





The quotaon command is used to enable disk quotas on a file system. It creates the "quota.user" and "quota.group" files in the file system, which store information about quotas for individual users and groups.

The syntax of the quotaon command is: quotaon [OPTIONS].

Common options include:

For example:
# quotaon -a ←Enable quotas on all file systems with quotas configured in /etc/fstab
# quotaon -u /home ←Enable quotas for users under the /home file system (groups are not enabled)

For more examples and explanations, refer to the provided link.