LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

quota

Display disk usage and quota limits

TLDR

Show user quota
$ quota
copy
Show specific user's quota
$ quota -u [username]
copy
Show group quota
$ quota -g [groupname]
copy
Verbose output
$ quota -v
copy
Show all filesystems
$ quota -A
copy

SYNOPSIS

quota [options] [user]

DESCRIPTION

quota displays current disk usage and limits for users or groups on filesystems where quotas are enabled. It reads the kernel's quota subsystem to report how much space and how many inodes a user or group has consumed, alongside the configured soft and hard limits.When soft limits are exceeded, the tool shows the remaining grace period before enforcement takes effect. Running without arguments displays the calling user's quotas across all mounted filesystems, while the -u and -g flags query specific users or groups. The -v flag reports on all quota-enabled filesystems, including those where no space is currently consumed.

PARAMETERS

USER

User to check.
-u
User quota.
-g
Group quota.
-v
Verbose output.
-s
Human-readable sizes.
-A
All filesystems.

INSTALL

sudo apt install quota
copy
sudo dnf install quota
copy
sudo pacman -S quota-tools
copy
sudo apk add quota-tools
copy
sudo zypper install quota
copy
nix profile install nixpkgs#quota
copy

CAVEATS

Requires quota system enabled. Filesystem support needed.

HISTORY

quota is part of Unix quota system for disk usage limits.

SEE ALSO

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid