Skip to content

Instantly share code, notes, and snippets.

@sonalkr132
Created March 23, 2016 14:32
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 sonalkr132/7f1c8728cfd410c44e81 to your computer and use it in GitHub Desktop.
Save sonalkr132/7f1c8728cfd410c44e81 to your computer and use it in GitHub Desktop.
Find and kill
lsof -i :5000
sudo kill -9 <pid>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment