Find out who is locking a file on a network share

前端 未结 8 1121
死守一世寂寞
死守一世寂寞 2021-01-29 18:23

I want to known who is locking a file on a network share.

Here is the problem : the network share is on a NAS, so I can\'t log on. I need a tool to find out remotely who

8条回答
  •  广开言路
    2021-01-29 18:26

    Close the file e:\gestion\yourfile.dat, open by any user (/a *)

    openfiles /disconnect /a * /op "e:\gestion\yourfile.dat"
    

    more in: http://dosprompt.info/commands/openfiles.asp

提交回复
热议问题