This is a Re-Upload from my previous channel.
Terminal Tip: View HD and Folder Usage
Terminal Tip: View HD and Folder Usage In this short tutorial I will show you two ways on how to use Terminal to view all your connected Hard Drives & see how much space it taken up or free rather then doint right click/click info to view it on each drive individually.
This second part will show you how to view the space used up by a folder on your user account for example Pictures folder, Movies folder ect ect.
Part 1 command: df -h
Displays free disk space.
Part 2 command: du -sh
Information about disk usage.
Have Fun & Enjoy.