Let’s start the discussion about How to kill server posrt 5000 on mac in following methods.
Contents
kill all server 5000 mac
To Kill a server/process under port 5000 run the below steps.
sudo lsof -i :5000
kill -9 process_id
I hope the strategies listed above work for you. Happy coding and come back again.
Similar Post : How to skip tests in Maven