Answers for "how to view size folder in 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
2

size of folder linux

sudo du -sh /path/to/folder
Posted by: Guest on December-07-2021

Code answers related to "how to view size folder in linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language