您的当前位置:TAGS -> CentOS-Linux
  • CentOS-Linux下面的xfs磁盘配额

    服务器2025年06月16日

    首先查看配额 xfs_quota -x -c 'report -abih' /home/ |grep wwangmiaoxin 调整配额 xfs_quota -x -c 'limit -u bhard=10G ihard=200000 wwangmiaoxin' /home/ 下面对于飞儿云web空间的配置 首先是清理多余配额的 rm -f /etc/pr...