awk1983

quota配额与管理

mount|grep home;
vi /etc/fstab
LABEL=/home /home ext3 defaults,usrquota,grpquota 1 2
umount /home
mount -a
quotacheck -avug
ll -d /home/a*
quotaon -auvg
quotaoff
edquota -u myquota1
edquota -p myquota1 -u myquota2
edquota -g myquotagrp
edquota -t
quota -uvs myquota1 myquota2
quota -gvs myquotagrp
repquota -auvs

分类:

技术点:

相关文章:

  • 2021-09-08
  • 2021-09-08
  • 2021-07-24
  • 2021-06-04
  • 2021-07-26
  • 2021-09-08
猜你喜欢
  • 2021-11-18
  • 2021-04-17
  • 2022-12-23
  • 2021-08-20
  • 2021-09-08
  • 2022-12-23
  • 2021-07-13
相关资源
相似解决方案