I noticed when a file is executed on Windows (.exe or .dll), it is locked and cannot be deleted, moved or modified.

Linux, on the other hand, does not lock executing files and you *can* delete, move, or modify them.

Why does Windows lock when Linux does not? Is there an advantage to locking?