check size directory linux bash code example
Example 1: how to check folder size in linux
# show all folder size in the current directory
du -h --max-depth=1
Example 2: check folder size in linux terminal
du -sh /home/user/
# show all folder size in the current directory
du -h --max-depth=1
du -sh /home/user/