Top "Fuser" questions

Files being used by a unix process

The fuser command lets me know which processes are using a file or directory. I'm looking for command that does …

unix command-line solaris pid fuser
What is the Windows batch equivalent of "fuser -k <folder>"?

I have a Unix shell script which will kill any process that is accessing a folder: fuser -k ..\logs\* Is …

windows batch-file scripting kill-process fuser