see how large a directory is linux code example
Example 1: check folder size in linux terminal
du -sh /home/user/
Example 2: linux find size of directory and subdirectories
du -s /home/george
Example 3: see how large a directory is linux
# du -a /home | sort -n -r | head -n 5