查找大目录

磁盘命令

du df

du -h --max-depth=1

du -hm --max-depth=2 | sort -n

du -hm --max-depth=2 | sort -nr | head -12

原文地址:https://www.cnblogs.com/seablog/p/8421029.html