This tutorial will guide you how to check the estimate file space usage of directory recursively. This is pretty simple to be done. Just enter the directory and execute the following command: TheDude@TheBox ~# du -ah This should output something like this: TheDude@TheBox test# du -ah 12K ./test 20K ./test4 168K ./test3 168K ./test2folder/secondOne 172K […]