Skip to content

Instantly share code, notes, and snippets.

@asierrayk
Created January 29, 2020 08:15
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 asierrayk/760c949fad6327b20b24793a1b30d1f7 to your computer and use it in GitHub Desktop.
Save asierrayk/760c949fad6327b20b24793a1b30d1f7 to your computer and use it in GitHub Desktop.
Kill process using a specific port
sudo kill -9 `sudo lsof -t -i:8000`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment