quota
systemLinux/Unix
The quota command is one of the most frequently used commands in Linux/Unix-like operating systems. quota Display disk usage and limits for a user or group
Quick Reference
Command Name:
quota
Category:
system
Platform:
Linux/Unix
Basic Usage:
quota [options] [arguments]
Common Use Cases
Syntax
quota [options] [user|group]
Options
Option | Description |
---|---|
-g, --group |
Display group quotas |
-u, --user |
Display user quotas (default) |
-v, --verbose |
Display quotas on all mounted file systems |
-s, --human-readable |
Display sizes in human-readable format (KB, MB, GB) |
-q, --quiet |
Print only if the user/group is over quota |
-F, --format=format |
Specify the quota format to use |
-f, --filesystem=filesystem |
Show quotas only for a specific filesystem |
-h, --help |
Display help message and exit |
-V, --version |
Output version information and exit |
Examples
How to Use These Examples
The examples below show common ways to use the quota
command. Try them in your terminal to see the results. You can copy any example by clicking on the code block.
# Basic Examples Basic
quota