Skip to content
Home » How to kill port 3000 ubuntu

How to kill port 3000 ubuntu

Let’s start the discussion about How to kill port 3000 ubuntu in following methods.

kill port 3000 ubuntu

To kill processes under port 3000 then run the below command.

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

I hope the strategies listed above work for you. Happy coding and come back again.

Similar Post : How to stop nginx ubuntu