摘要: 阅读全文
posted @ 2019-07-18 17:53 Lilideng 阅读(95) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(481) 评论(0) 推荐(0) 编辑
摘要: Root Partition - sometimes called partition. Manages machine-level functions such as device drivers, power management, and device host addition/remova 阅读全文
posted @ 2019-07-18 15:58 Lilideng 阅读(112) 评论(0) 推荐(0) 编辑