Skip to content

Instantly share code, notes, and snippets.

@padupuy
Created January 4, 2018 20:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save padupuy/6262f4d07fcf8635493588f4db147df0 to your computer and use it in GitHub Desktop.
Save padupuy/6262f4d07fcf8635493588f4db147df0 to your computer and use it in GitHub Desktop.
kill process on port XXX
#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