首页 > 其他 > 详细

工作笔记--文件系统清理

时间:2017-02-08 23:29:31      阅读:201      评论:0      收藏:0      [点我收藏+]

21主机清理目录:

/Document/InfoPoint/RECV_SH_BAK/

/Document/InfoPoint/RECV/NMS_BON/

/Document/InfoPoint/PROVINCE/SEND_BAK --每月10日有大量文件

/Document/InfoPoint/PROVINCE/RECV/NORMAL_JS/ ---大量文件

清理语句:

bossuser执行:

find /Document/InfoPoint/RECV/NMS_BON/fail/ -name *.json -type f -mtime +3|xargs rm -rf

find /Document/InfoPoint/RECV_SH_BAK/ -name BOSSNM* -type f -mtime +3|xargs rm -rf

bossadm执行:

find /Document/InfoPoint/RECV_BAK/ -name BOSSNM* -type f -mtime +3|xargs rm -rf

find /Document/InfoPoint/PROVINCE/SEND_BAK/ -name *.json -type f -mtime +3|xargs rm -rf

find /Document/InfoPoint/PROVINCE/RECV/NORMAL_JS/  -name *.json -type f -mtime +3|xargs rm -rf


工作笔记--文件系统清理

原文:http://11928315.blog.51cto.com/11918315/1896109

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!