接上篇:如何管理用户的配额呢?答案:quota
# mkdir /home/alexgroup
# chgrp alexgroup /home/alexgroup
# chmod 2770 /home/alexgroup
# ll -d /home/alexgroup
1.启动filesystem的Quota支持
# vim /etc/fstab
UUID=eb5986dB-2179-4952-bffd-eba31fb063ed /boot ext4 defaults,usrquota,grpquota 1 2
# umount /home
# mount -a
# mount | grep home
2.启动quota支持
#quotaon -avug
3.为用户制作Quota数据
# edquota -u alexuser1
# edquota -p alexuser1 alexuser2
查看一下
# repquota -au