You have a process writing to a file. You don't know which process exactly, you just know the path of the file. You would like to kill the process as it's no longer needed. How would you achieve it?
Answer
- Run
lsof - Use the pid (process ID) from the lsof command and run
kill