Created
December 4, 2014 14:52
-
-
Save ohall/0219093329b18d513d37 to your computer and use it in GitHub Desktop.
Find and kill process by port
This file contains hidden or 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 -i :9000 #or whatever port | |
| kill -9 pID |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment