Quota

From WeWeWeb Wiki
Revision as of 12:15, 27 January 2022 by Willy (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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