Skip to content

Instantly share code, notes, and snippets.

@zomberg
Created May 19, 2021 11:00
Show Gist options
  • Save zomberg/7235b1620bf6bad6e6082b876325bc85 to your computer and use it in GitHub Desktop.
Save zomberg/7235b1620bf6bad6e6082b876325bc85 to your computer and use it in GitHub Desktop.
Find and kill process by port
sudo netstat -plten | grep {PORT}
sudo kill -8 {PID}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment