Created
December 8, 2019 21:01
-
-
Save iamskok/3a8bb96c5b2cfd0906e9f7922127c36a to your computer and use it in GitHub Desktop.
Kill Node process on a 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 -nP -i4TCP:9000 | grep LISTEN | |
kill PID |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment