#查找 du -m --max-depth=1 |sort -gr lsof |grep delete #删除 lsof |grep delete|awk '{print $2}'|xargs -n1 kill -9