工作筆記--文件系統清理

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


發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章