how to check the size of the folder in linux code example
Example 1: check folder sizes linux
du -h --max-depth=1
Example 2: linux find size of directory and subdirectories
du -s /home/george
du -h --max-depth=1
du -s /home/george