Add sudo to rs-setquota command

This commit is contained in:
Janek Bevendorff 2014-10-07 00:55:28 +02:00
parent 15d6f110ca
commit 62e4dc4c99
1 changed files with 1 additions and 1 deletions

View File

@ -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`.