Created
January 4, 2018 20:23
-
-
Save padupuy/6262f4d07fcf8635493588f4db147df0 to your computer and use it in GitHub Desktop.
kill process on port XXX
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
#first | |
lsof -i :8081 | |
#then | |
kill -9 <PID> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment