Skip to content

Instantly share code, notes, and snippets.

@stephen-james
Created October 31, 2016 13:14
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 stephen-james/7392dbb0f10b5081e74700c138602294 to your computer and use it in GitHub Desktop.
Save stephen-james/7392dbb0f10b5081e74700c138602294 to your computer and use it in GitHub Desktop.
Find and Kill Process using Port
lsof -i tcp:{{port}}
// find PID from list
kill -9 {{PID}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment