清理inodes

清理inodes

find /var/spool/clientmqueue/ -type f -exec rm {} ;

find /var/spool/clientmqueue/ -type f | xargs rm -f

原文地址:https://www.cnblogs.com/sxgaofeng/p/14411474.html