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

quota - Display User or Group Quotas

The quota command is used to display user or group quotas. Its syntax is quota [OPTIONS] [USER|GROUP].

Some commonly used options include::

Examples:
# quota -g teamp1 ←Display quotas for the group "team1".
# quota -u user1 ←user1 # List quotas for the user "user1"

For more examples and explanations related to quota, you can refer to the provided link.