Find folders using the most disk space Linux

A simple command to list folders using the most disk space in Linux is as follows:

du -h / | sort -rh | head -n 10