Destroy Existed Port

[Solved] Destroy Existed Port | Ruby - Code Explorer | yomemimo.com
Question : destroy existed port

Answered by : fancy-fox

kill -9 $(lsof -i tcp:3000 -t)

Source : https://stackoverflow.com/questions/4473229/rails-server-says-port-already-used-how-to-kill-that-process | Last Update : Tue, 21 Apr 20

Answers related to destroy existed port

Code Explorer Popular Question For Ruby