English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية

Linux quotaon command

Linux Command大全

The Linux quotaon command is used to enable disk space limitations.

Executing the quotaon command can enable disk space limitations for users and groups. The root directory of each file system partition must have quota.user and quota.group configuration files.

Syntax

quotaon [-aguv][File System...]

Parameter Description:

  • -a Enable in/ect/In the fstab file, there are space limitations for partitions that have added quota settings.
  • -g Enable disk space limitation for groups.
  • -u Enable disk space limitation for users.
  • -v Display the execution process of the command.

Linux Command大全