The Linux Newbie Guide  ⇒    Fundamentals     Advanced     Supplement   Command Index   ENG⇒中
All rights reserved, please indicate the source when citing
  

repquota Displaying Filesystem Quotas




The repquota (report quota) command is used to display filesystem quotas. Its syntax is repquota [OPTIONS] [FILESYSTEM].

Some common repquota options include:

Examples:
# requota /home ← Display quotas for the "/home" filesystem
# requota /dev/sda2 ←Display quotas for the "/dev/sda2" filesystem
# requota -au ← Display user quotas for partitions with quotas set in "/etc/fstab"

For more examples and explanations of repquota, refer to the provided link.