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

Linux quotaoff command

Linux Command大全

Linux quotaoff command to disable disk space limits.

Executing the quotaoff command can disable disk space limits for users and groups.

Syntax

quotaoff [-aguv][File System...]

Parameter Description:

  • -a Disable in/etc/The space limit of the partition with quota settings added in the fstab file.
  • -g Disable the disk space limit for groups.
  • -u Disable the disk space limit for users.
  • -v Show the process of command execution.

Online Examples

Disable Quota Limitation:

# quotaoff -a

Linux Command大全