Skip to content

Instantly share code, notes, and snippets.

@illia108
Created December 2, 2017 18:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save illia108/1f51cc31925e5b2c39c6535c29f63db2 to your computer and use it in GitHub Desktop.
Save illia108/1f51cc31925e5b2c39c6535c29f63db2 to your computer and use it in GitHub Desktop.
How to kill rails server
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