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:
# 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) |