Skip to content

Instantly share code, notes, and snippets.

@rubyandcoffee
Last active October 28, 2017 19:17
Show Gist options
  • Save rubyandcoffee/bdc04129cd417cee623a157dd6c2af70 to your computer and use it in GitHub Desktop.
Save rubyandcoffee/bdc04129cd417cee623a157dd6c2af70 to your computer and use it in GitHub Desktop.
Killing a rails server process that's currently running.
1. lsof -wni tcp:3000
2. kill -9 PID
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment