User David Lenihan - Stack Overflowmost recent 30 from stackoverflow.com2009-12-08T06:42:34Zhttp://stackoverflow.com/feeds/user/27332http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/196897/locking-executing-files-windows-does-linux-doesnt-why22Locking Executing Files: Windows does, Linux doesn't. Why?David Lenihan2008-10-13T07:05:58Z2009-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>