You delete a file on Linux while a program has it open. What happens? (quiz)
Summary
A Linux quiz explains file deletion semantics: if a file is deleted while a program has it open, the program can still read/write until it closes the descriptor; the space is freed only when the last descriptor closes.