[root@server]# id username
uid=510(username) gid=510(username) groups=510(username)
[root@server]# find / -uid 510 | less
quota -v username
/sbin/quotaoff -a; /sbin/quotacheck -augm; /sbin/quotaon -a;
FreeBSD:/usr/sbin/quotaoff -a; /sbin/quotacheck -aug; /usr/sbin/quotaon -a;
一旦配额系统捕捉到,你可以运行计数器来更新他的统计数据。echo "action=tally&value=all" >> /usr/local/directadmin/data/task.queue
由于上面的查找命令可能很慢,因此您还可以快速比较用户主文件夹的内容,例如:
cd /home
du username | sort -n
du -sh username








