From 9bef52067061d2326c59f77d04e7399894501905 Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Sun, 16 Oct 2016 14:57:23 +0100 Subject: [PATCH] edquota: minor tweaks to commands and descriptions (#1113) --- pages/linux/edquota.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/pages/linux/edquota.md b/pages/linux/edquota.md index 0cd16edbd1..4a60d9b9a8 100644 --- a/pages/linux/edquota.md +++ b/pages/linux/edquota.md @@ -1,21 +1,21 @@ # edquota -> Edit quota for a user or group. By default it operates on all file systems with quotas. -> Quota information is stored permanently in the quota.user and quota.group files in the root of the file system. +> Edit quotas for a user or group. By default it operates on all file systems with quotas. +> Quota information is stored permanently in the `quota.user` and `quota.group` files in the root of the filesystem. -- Edit quota of current user: +- Edit quota of the current user: -`edquota {{user}}` +`edquota --user $(whoami)` -- Edit quota of specific user: +- Edit quota of a specific user: -`sudo edquota {{user}}` +`sudo edquota --user {{username}}` -- Edit the group quota: +- Edit quota for a group: `sudo edquota --group {{group}}` -- Perform operations on given file system ONLY (default is to perform operations on all file systems with quota): +- Restrict operations to a given filesystem (by default edquota operates on all filesystems with quotas): `sudo edquota --file-system {{filesystem}}`