UsefulLinuxCommands


To find space usage of a directory (prob need to sudo):

$ du -sh directory/

of subdirectories with a grand total:

$ du -shc directory/*