Linux System Disk Quota

Written by

in

,

Setting up quota on a Linux system for the main partition
1–touch /aquota.user; chmod 600 /aquota.user
2– edit the /etc/fstab `/dev/sda1 / ext4 defaults,usrquota 1 1`
3– Reboot Or `mount -o remount /`
4– `quotacheck -vuma`
5– `quotaon -avu`
6– `edquota `

Comments

Leave a Reply