CPanel CentOS Linux list directories and their total sizes By admin on May 7, 2015 in Linux Commands Use this command to list the folders in a linux directory along with their total sizes in human readable format: du -sh * | sort -h