du -sh /* 2>/dev/null | sort -rh | head -20

Category: VPS Management

du -sh /* 2>/dev/null | sort -rh | head -20

Find the 20 largest top-level directories on the server by disk usage

Scans the root filesystem and shows the biggest space consumers. Common culprits: /var/log (large logs), /var/lib/docker (images and volumes), /home (user data), /tmp (leftover files).
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.