Created
November 14, 2014 04:21
-
-
Save iqbalhasnan/821a3cd84df19ce3611e to your computer and use it in GitHub Desktop.
Kill Rails Process
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:PORT | |
kill -9 PID |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment