Hacker News new | ask | show | jobs
by AnIdiotOnTheNet 2205 days ago
That's due to a fundamental difference in how each OS handles files. Linux will let you replace a file that is open in another running process, and Windows won't. Each way of doing things has its pros and cons. It isn't the kind of thing that can be easily resolved.