Answers for "how to check memory of file in linux"

11

check how much memory linux

free -m
Posted by: Guest on May-04-2020
0

linux check memory occupied by a file and folder

# To see the full size of a folder
du -hs YOUR_FOLDER_NAME

# To see the each file and folder size
ls -shR
Posted by: Guest on October-23-2021

Code answers related to "how to check memory of file in linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language