https://www.runoob.com/linux/linux-filesystem.html
查看当前目录下各个目录大小容量
du -sh *
du -sh /app/*
du -h --max-depth=1 .
linux查看目录占用空间大小
阅读 200
2022-07-12
https://www.runoob.com/linux/linux-filesystem.html
查看当前目录下各个目录大小容量
du -sh *
du -sh /app/*
du -h --max-depth=1 .
相关推荐
精彩评论(0)