Answers for "stop process running on port 80 mac"

5

kill process running on port mac

sudo lsof -i :3000

kill -9 <PID>
Posted by: Guest on February-11-2021
15

kill the port in mac

sudo lsof -i tcp:3000
Posted by: Guest on April-08-2020

Code answers related to "stop process running on port 80 mac"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language