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

Linux quotacheck command

Linux Command大全

The Linux quotacheck command is used to check the disk usage space and limitations.

Execute the quotacheck command to scan the partitions mounted in the system, and generate quota.user and quota.group files under the root directory of each file system, setting disk space limits for users and groups.

Syntax

quotacheck [-adgRuv][File System...]

Parameters:

  • -a Scan in/etc/The partition with quota settings has been added in the fstab file.
  • -d Display the process of command execution in detail, which is convenient for troubleshooting or understanding the execution of the program.
  • -g When scanning disk space, calculate the number of directories and files occupied by each group identifier.
  • -R Exclude the partition where the root directory is located.
  • -u When scanning disk space, calculate the number of directories and files occupied by each user identifier.
  • -v Display the process of command execution.

Linux Command大全