Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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
 
PREVIOUS NEXT
Tagged: #linux #check #memory #occupied #file #folder
ADD COMMENT
Topic
Name
5+7 =