Quota

From WeWeWeb Wiki
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

To enable quota in Linux:

vi /etc/fstab
LABEL=/        /  ext3    defaults,usrquota,grpquota        1 1
mount -o remount /
quotacheck -avmcug
quotaon /
edquota <user account>

Goto Linux