Skip to content

Instantly share code, notes, and snippets.

@jacks205
Created November 23, 2014 08:11
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 jacks205/266736ae0926b2d78a35 to your computer and use it in GitHub Desktop.
Save jacks205/266736ae0926b2d78a35 to your computer and use it in GitHub Desktop.
How to find a process on a port and kill it
#http://superuser.com/a/322365
#lsof -t -i:4444
kill `lsof -t -i:4444`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment