How to apply disk quota in ubuntu server on a VPS?
- by Pedram
I have a VPS with ubuntu server 10.04 installed on it.Now I want to have some shell users with limited home folder size.
It seems quota is the best way to do this, but all tutorials require editing /etc/fstab and add usrquota or grpquota to /home partition options.
As my /etc/fstab looks like this:
proc /proc proc defaults 0 0
none /dev/pts devpts rw 0 0
how can I apply quota?