User David Lenihan - Stack Overflow most recent 30 from stackoverflow.com 2009-12-08T06:42:34Z http://stackoverflow.com/feeds/user/27332 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/196897/locking-executing-files-windows-does-linux-doesnt-why 22 Locking Executing Files: Windows does, Linux doesn't. Why? David Lenihan 2008-10-13T07:05:58Z 2009-01-08T12:48:07Z <p>I noticed when a file is executed on Windows (.exe or .dll), it is locked and cannot be deleted, moved or modified.</p> <p>Linux, on the other hand, does not lock executing files and you <em>can</em> delete, move, or modify them.</p> <p>Why does Windows lock when Linux does not? Is there an advantage to locking?</p>