how to kill a port in mac terminal code example Example 1: kill the port in mac sudo lsof -i tcp:3000 Example 2: how to stop a port in macos kill -9 port