Find folder/directory size Linux

To find the size of a directory including files and folders therein, run the following command in the terminal:

du -h /path/to/your/directory/

The -h flag stands for "human" which gives you disk size in a human readable format (1K, 234M, 2G)