Linux проверьте память, занятую файлом и папкой
# To see the full size of a folder
du -hs YOUR_FOLDER_NAME
# To see the each file and folder size
ls -shR
paramjeetdhiman
# To see the full size of a folder
du -hs YOUR_FOLDER_NAME
# To see the each file and folder size
ls -shR