Created
March 6, 2019 13:59
-
-
Save kingisaac95/d632b6ff8f6d32049d6371bbf7480ce2 to your computer and use it in GitHub Desktop.
Find and kill process on 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 TCP:<port> | |
kill -9 <port PID> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment