linux查看磁盘占用

du -h --max-depth=1 /www/aaa | sort -hr

docker 占用(容器、镜像)
docker system df
docker system df -v

你可能感兴趣的:(php,linux)