Browse - computer tips - kill all processes using a fileDate: 2009mar31 OS: Linux Q. How can I kill all processes using a file? A. Do this: fuser -k <file> It works for a port too: fuser -k -n tcp 80 If you are running RedHat/Fedora and don't have this command, do: yum install psmisc
Add a commentSign in to add a comment | Advertisements:
|