Answers for "linux check memory occupied by a file and folder"

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 "linux check memory occupied by a file and folder"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language