摘要: 问题点: 阅读全文
posted @ 2018-03-19 11:40 hoge 阅读(105) 评论(0) 推荐(0) 编辑
摘要: 1、查看centos版本 # lsb_release -a 2、查找大于1000M的文件 find / -type f -size +1000M -print0 | xargs -0 du –h 阅读全文
posted @ 2018-03-19 10:26 hoge 阅读(113) 评论(0) 推荐(0) 编辑