From 49771b150ed823988a36b5a965c7d1ff8e5ed088 Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Sat, 25 Jun 2016 01:17:37 +0100 Subject: [PATCH] add quota.md (fixes #832) --- pages/common/quota.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 pages/common/quota.md diff --git a/pages/common/quota.md b/pages/common/quota.md new file mode 100644 index 000000000..de96ed40f --- /dev/null +++ b/pages/common/quota.md @@ -0,0 +1,18 @@ +# quota + +> Display users' disk space usage and allocated limits. + +- Show disk quotas for the current user: +`quota` + +- Verbose output (also display quotas on filesystems where no storage is allocated) +`quota -v` + +- Quiet output (only display quotas on filesystems where usage is over quota) +`quota -q` + +- Print quotas for the groups of which the current user is a member: +`quota -g` + +- Show disk quotas for another user (must be superuser to do this): +`sudo quota -u {{username}}`