Skip to content

Instantly share code, notes, and snippets.

@kingisaac95
Created March 6, 2019 13:59
Show Gist options
  • Save kingisaac95/d632b6ff8f6d32049d6371bbf7480ce2 to your computer and use it in GitHub Desktop.
Save kingisaac95/d632b6ff8f6d32049d6371bbf7480ce2 to your computer and use it in GitHub Desktop.
Find and kill process on port.
lsof -i TCP:<port>
kill -9 <port PID>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment