I run nodejs server in port 3333
How can I kill the process / terminal that run the server?
You can use :
sudo kill -9 $(sudo lsof -t -i:3333)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With