From 49771b150ed823988a36b5a965c7d1ff8e5ed088 Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Sat, 25 Jun 2016 01:17:37 +0100 Subject: [PATCH 1/3] 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}}` From b38c300b91266ea8c7b5e702c0617779f2e44b89 Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Sat, 25 Jun 2016 09:42:42 +0100 Subject: [PATCH 2/3] fix format --- pages/common/quota.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pages/common/quota.md b/pages/common/quota.md index de96ed40f..25e7f5cac 100644 --- a/pages/common/quota.md +++ b/pages/common/quota.md @@ -3,16 +3,21 @@ > 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}}` From 747259fd62fb6e081921a0f7bc6ec1eb9a3df988 Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Sat, 25 Jun 2016 09:44:23 +0100 Subject: [PATCH 3/3] fix format --- pages/common/quota.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/common/quota.md b/pages/common/quota.md index 25e7f5cac..519ef3a12 100644 --- a/pages/common/quota.md +++ b/pages/common/quota.md @@ -6,11 +6,11 @@ `quota` -- Verbose output (also display quotas on filesystems where no storage is allocated) +- 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) +- Quiet output (only display quotas on filesystems where usage is over quota): `quota -q`