Created
August 8, 2019 12:59
-
-
Save ChaelCodes/96d4a76731297ff09d62de7651520d6a to your computer and use it in GitHub Desktop.
Kill Unterminated Rails Server
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 -wni tcp:3000 | |
kill -9 <pid> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment