quota -p
为成员的用户分配同样的quota
[root@webmail /]# edquota -p kevin king
另外更强更狠的做法,如下:
[root@webmail /]# edquota -p kevin `awk -F: ' > 499 {print }' /etc/passwd`
edquota程序为“/etc/passwd”文件中UID大于499的用户设置与“wahib”用户同样的quota,这样即可以成批处理人员的磁盘限额。
repquota
repquota生成磁盘使用情况和指定的文件系统的quota信息。而且,它为每个用户显示出其所使用的文件数和磁盘空间。
下面是一个“repquota”输出的例子:
[root@webmail /]# repquota -a
Block limits File limits
User used soft hard grace used soft hard grace
kathy -- 21 0 0 4 0 0
Named -- 6 0 0 5 0 0
Admin -- 388657 0 0 21 21 0 0
kevin -- 6001 0 0 7 0 0
Block limits File limits
User used soft hard grace used soft hard grace
root -- 21 0 0 4 0 0
named -- 6 0 0 5 0 0
admin -- 388657 0 0 2121 0 0
kevin -- 6001 6000 0 none 7 0 0
文章来源于领测软件测试网 https://www.ltesting.net/