Created
May 3, 2017 04:55
-
-
Save tushar-borole/bf56f887d2e12b431ba27c3622c43ea4 to your computer and use it in GitHub Desktop.
Kill process on specific port
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 -ti:8080 | xargs kill |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment