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 fuserI 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