Comment on Linux Sysadmin/DevOps Interview QuestionsparentComments−effie10yDescribe a scenario when deleting a file, but 'df' not showing the space being freed.I came across this, seems to occur when disk is almost full. Is there any probable reason why this happens?−lazyant10yif the deleted file is open 'df' doesn't show cleared space, 'du' does
Comments
I came across this, seems to occur when disk is almost full. Is there any probable reason why this happens?
if the deleted file is open 'df' doesn't show cleared space, 'du' does