查看centos目录文件大小
时间:2016-03-23 20:51 来源:linux.it.net.cn 作者:IT
查看目录下文件的大小
du -h --max-depth=1 work/testing
注释: work/testing:文件夹路径 –max-depth=1:深度
(责任编辑:IT)
查看目录下文件的大小 du -h --max-depth=1 work/testing 注释: work/testing:文件夹路径 –max-depth=1:深度 (责任编辑:IT) |