Showing posts with label quota. Show all posts
Showing posts with label quota. Show all posts

Monday, January 28, 2008

how to enable quota quickly

vi /etc/fstab

/dev/VolGroup00/LogVol00 /                       ext3    defaults,usrquota,grpquota        1 1
:wq

touch /aquota.user /aquota.group
chmod 600 /aquota.*
mount -o remount /
quotacheck -avugm
quotaon -avug