CPanel CentOS Linux list directories and their total sizes

Use this command to list the folders in a linux directory along with their total sizes in human readable format:

du -sh * | sort -h

 

 


Too many requests.