Linux Verifique a memória ocupada por um arquivo e pasta
# To see the full size of a folder
du -hs YOUR_FOLDER_NAME
# To see the each file and folder size
ls -shR
paramjeetdhiman