Answers for "linux bash get directory size in bytes"

8

how to get the size of directory in linux

du -sh /var
Posted by: Guest on June-24-2020
2

check size of folder linux

#check storage of server
df -h ### Human format


#using -h displays the size of a folder in kb,mb and gb for better understanding
#and human readable
ll -h
Posted by: Guest on September-26-2021
0

check size of folder linux

#using -h displays the size of a folder in kb,mb and gb for better understanding
#and human readable
ll -h

#don't forgive to give a thumbs up
Posted by: Guest on September-26-2021

Code answers related to "linux bash get directory size in bytes"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language