Skip to content

Instantly share code, notes, and snippets.

@iqbalhasnan
Created November 14, 2014 04:21
Show Gist options
  • Save iqbalhasnan/821a3cd84df19ce3611e to your computer and use it in GitHub Desktop.
Save iqbalhasnan/821a3cd84df19ce3611e to your computer and use it in GitHub Desktop.
Kill Rails Process
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