In Linux I can determine someone and some file that has been opened over the network. So say I've got this file that I want to delete, but the system keeps telling you it's locked or in use, but who, what is using that file?
In Linux I can run fuser -u filename. and I could kill the process using kill -pid.
How can I do this in windows???
Jon
