Difference between revisions of "Quota"

From WeWeWeb Wiki
Jump to navigationJump to search
(Created page with "To enable quota in Linux: vi /etc/fstab LABEL=/ / ext3 defaults,usrquota,grpquota 1 1 mount -o remount / quotacheck -avmcug quotaon / edquota <us...")
 
(No difference)

Latest revision as of 12:15, 27 January 2022

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