Answers for "view size folder linux}"

27

how to check folder size in linux

# show all folder size in the current directory
du -h --max-depth=1
Posted by: Guest on January-18-2021
8

show directory size linux

du -sh /home/george
2.1G    /home/george
Posted by: Guest on March-05-2020
0

check folders sizes linux

du -sh -- *
Posted by: Guest on October-18-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language