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

Linux repquota command

Linux Command大全

The Linux repquota command is used to check the status of disk space limits.

Executing the repquota command can report the status of disk space limits, clearly knowing how much space each user or group has used.

Syntax

repquota [-aguv][File System...]

Parameter Description:

  • -a List in/etc/In the fstab file, there are usage status of partitions with quota settings added, including users and groups.
  • -g List all disk space limits for all groups.
  • -u List all disk space limits for all users.
  • -v Display all space limits for the specified user or group.

Linux Command大全