Easy Tutorial
❮ Linux Comm Mount Linux Comm Fwhios ❯

Linux quota Command

Linux Command Manual

The Linux quota command is used to display the disk space used and limits.

By executing the quota command, you can query the disk space limits and find out how much space has been used.

Syntax

quota [-quvV][username...] or quota [-gqvV][groupname...]

Parameter Description:

Examples

# quota -guvs    <== Display the quota values for the current user (root)
# quota -uvs test <== Display the quota values for the user test

Linux Command Manual

❮ Linux Comm Mount Linux Comm Fwhios ❯