Created
December 18, 2017 13:43
-
-
Save glennreyes/9a8a5e15358ee657b1b2cf72a181aeac to your computer and use it in GitHub Desktop.
Kill process on port 4000
This file contains 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 -t -i tcp:4000 | xargs kill |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment