linux查看磁盘使用情况命令
Aug 10, 2022
2 min read
查看当前目录
df -h
查看指定目录
df -h /usr/
查看当前目录每个文件夹的情况
du --max-depth=1 -h
计算文件夹大小
du -sh /usr/