Linux_Comand - Check disk space

df -h

du -sh

Delete folder older than 30 days

find /path -name "test-*" -type d -mtime +30 -exec rm -rf {} \;

posted @ 2019-07-18 17:24  Lilideng  阅读(480)  评论(0编辑  收藏  举报