34
votes
Locking Executing Files: Windows does, Linux doesn’t. Why?
Linux has a reference-count mechanism, so you can delete the file while it is executing, and it will continue to exist as long as some process (Which previously opened it) has an open handle for it …
