mac what's running on port code example
Example 1: stop port 3000 mac
sudo lsof -i :3000
kill -9 PID
Example 2: killing a port mac
sudo lsof -i :3000
Example 3: running ports in mac
sudo lsof -PiTCP -sTCP:LISTEN
sudo lsof -i :3000
kill -9 PID
sudo lsof -i :3000
sudo lsof -PiTCP -sTCP:LISTEN