Skip to content

Instantly share code, notes, and snippets.

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 phellipeandrade/deaa6404b2a56c152f05e815cb52cd35 to your computer and use it in GitHub Desktop.
Save phellipeandrade/deaa6404b2a56c152f05e815cb52cd35 to your computer and use it in GitHub Desktop.
kill a process on a port on ubuntu
sudo kill $(sudo lsof -t -i:3000)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment