Ubuntu常用命令

72 阅读1分钟

1、查询目录占用大小 统计/var/log下那些目录的占用大小

sudo du -h --max-depth=1 /var/log | sort -rh | head -n 10