Skip to content

Instantly share code, notes, and snippets.

@sorokadima
Created January 6, 2021 14:17
Show Gist options
  • Save sorokadima/52a7c790711a9db69e0c7f3b97a870a9 to your computer and use it in GitHub Desktop.
Save sorokadima/52a7c790711a9db69e0c7f3b97a870a9 to your computer and use it in GitHub Desktop.
Kill rails server by PID

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