Created
March 23, 2016 14:32
-
-
Save sonalkr132/7f1c8728cfd410c44e81 to your computer and use it in GitHub Desktop.
Find and kill
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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