Published
- 1 min read
kill rails
The solution for this is noted below
kill rails
Solution
lsof -wni tcp:3000
kill -9 PID
Try other methods by searching on the site. That is if this doesn’t work
Published
- 1 min read
The solution for this is noted below
lsof -wni tcp:3000
kill -9 PID
Try other methods by searching on the site. That is if this doesn’t work