Created
December 2, 2017 18:22
-
-
Save illia108/1f51cc31925e5b2c39c6535c29f63db2 to your computer and use it in GitHub Desktop.
How to kill rails server
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 -i tcp:3000 | |
kill -9 [PID] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment