Skip to content

Instantly share code, notes, and snippets.

@awkale
Last active September 8, 2017 14:00
Show Gist options
  • Save awkale/d328760f45511b251772 to your computer and use it in GitHub Desktop.
Save awkale/d328760f45511b251772 to your computer and use it in GitHub Desktop.
find and kill #process using a certain port #tool
lsof -i :3000
kill -9 {PID #}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment