Skip to content

Instantly share code, notes, and snippets.

@martinrusev
Created October 16, 2013 14:19
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 martinrusev/7008482 to your computer and use it in GitHub Desktop.
Save martinrusev/7008482 to your computer and use it in GitHub Desktop.
Kill process on port
sudo kill -9 `sudo fuser -n tcp 8000 2> /dev/null`
@nghiaptvnext
Copy link

nghiaptvnext commented Dec 20, 2018

i'm usually use this: sudo fuser -k 8080/tcp

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment