How to kill a process that is locking a file?

Use the lsof command to find the processes using the file: -k option will kill the processes using the file.

How to kill a process that is locking a file? Read More ยป