Answers for "check storage space of server human readable"

1

check storage space of server human readable

#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

Code answers related to "check storage space of server human readable"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language