How to check size of a directory in Linux May 10, 2017 • Asif Rehan Personal note: du -shc /path/to/directory Here, shorthand -s stands for ‘specific’, -h for human-readable and -c for complete (total volume)