Created
June 18, 2020 02:10
-
-
Save fdocr/341989166d51bf24dd82e461f60d53e7 to your computer and use it in GitHub Desktop.
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
# Find PID of process | |
lsof -n -i4TCP:3000 | |
kill -9 [PID] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment