Created
July 12, 2014 18:20
-
-
Save jrhea/4067f42c942da19618fa to your computer and use it in GitHub Desktop.
Kill process that is locking a file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#lsof |grep -i <any_file> to find out the process #kill -9 <pid> to terminate the program |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment