本文共 84 字,大约阅读时间需要 1 分钟。
# 显示总大小(/下全部文件占用大小)
du -sh /* | sort -nr
# 显示各文件夹的大小(当前文件夹下各文件夹的大小)
du --max-depth=1
转载地址:http://ghpkx.baihongyu.com/