Disk usage

In ocasions when there is a disk storage leak, I normally use the following command to identify which are the folders with larger storage:

sudo du -h -d4 /boot /etc /home /opt /root /tmp /usr /var | sort -rh | head -n30