From 62e4dc4c99c1ba8db468569b0a0cf84395eda9ad Mon Sep 17 00:00:00 2001 From: Janek Bevendorff Date: Tue, 7 Oct 2014 00:55:28 +0200 Subject: [PATCH] Add sudo to rs-setquota command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9778adb..cce762d 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ Once disk quota are set up, you can change the value of `SET_QUOTA` in `/etc/rs- Of course you can change these default quota at any time using `rs-setquota`. For instance: - rs-setquota local-username 500G 505G 4M 5M + sudo rs-setquota local-username 500G 505G 4M 5M This sets soft quota for the user `local-username` to 500GiB, hard quota to 505GiB, inode soft limit to 4194304 and inode hard limit to 5242880. You can, of course, set quota like this even when `SET_QUOTA` is `false`.