Search snippets
Browse Code Answers
FAQ
Usage docs
Log In
Sign Up
Home
Ruby
rails kill server
Dmitry
Programming language:
Ruby
2021-03-11 04:42:31
0
Q:
rails kill server
Stevan Slewa
Code:
Ruby
2021-03-18 00:51:30
kill -9 $(lsof -i tcp:3000 -t)
0
D_Bester
Code:
Ruby
2021-09-09 01:12:57
lsof -wni tcp:3000 kill -9 PID
1
Tags
server
Related
kill rails
how to stop rails server
New to Communities?
Join the community