Stop Microsoft
Operating Systems => Linux and UNIX => Topic started by: Master of Reality on 20 December 2002, 21:55
-
say i wanted to give user a certain amount of space in my web directory. Would the best way to do that be with user quotas??
I set fstab to have usrquotas on the partition but do i really need to restart linux do enable it?
-
No, just remount the partition you turned on quotas for.
If it's your root file system you'll need to bring it down to single user mode:
# telinit 1
# mount / -o remount
# telinit 5 (or 3 whatever you use)
[ December 20, 2002: Message edited by: void main ]