how to check the total size of a directory in linux code example
Example 1: show directory size linux
du -sh /home/george
2.1G /home/george
Example 2: how to get the size of directory in linux
du -sh /var
du -sh /home/george
2.1G /home/george
du -sh /var