Let’s start the discussion about How to kill port 3000 ubuntu in following methods.
Contents
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