linux 一些命令(2)

1、查看centos版本

# lsb_release -a

2、查找大于1000M的文件

find / -type f -size +1000M -print0 | xargs -0 du –h

 

posted @ 2018-03-19 10:26  hoge  阅读(111)  评论(0编辑  收藏  举报