How to Determine the Size of an Ubuntu Server Directory
2011-05-10Use the following command to return just the total size of the directories above your current level on the Ubuntu (Unix based in general) command line.
sudo du -hs *
To quickly see your total disk usage
sudo df -h