Skip to content

Instantly share code, notes, and snippets.

@ohall
Created December 4, 2014 14:52
Show Gist options
  • Select an option

  • Save ohall/0219093329b18d513d37 to your computer and use it in GitHub Desktop.

Select an option

Save ohall/0219093329b18d513d37 to your computer and use it in GitHub Desktop.
Find and kill process by port
lsof -i :9000 #or whatever port
kill -9 pID
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment