Checking Disk Usage in Unix
These two commands are used to check disk usage
Disk usage by user
Df –sh * sorts by folder and gives total size in mb/gb (linux) sorted by owner of the file
Checking disk usage
du -sh *
– by cding it to a specific directory, can check the files sizes in just that directory.