Ubuntu常用命令 用户9338530402199 2025-02-18 72 阅读1分钟 1、查询目录占用大小 统计/var/log下那些目录的占用大小 sudo du -h --max-depth=1 /var/log | sort -rh | head -n 10