https://www.runoob.com/linux/linux-filesystem.html
查看当前目录下各个目录大小容量
du -sh *
du -sh /app/*
du -h --max-depth=1 .
微信扫一扫
https://www.runoob.com/linux/linux-filesystem.html
查看当前目录下各个目录大小容量
du -sh *
du -sh /app/*
du -h --max-depth=1 .
相关推荐