From b38c300b91266ea8c7b5e702c0617779f2e44b89 Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Sat, 25 Jun 2016 09:42:42 +0100 Subject: [PATCH] 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}}`