check port open mac and kill code example Example 1: kill process running on port mac sudo lsof -i :3000 kill -9 <PID> Example 2: killing a port mac kill -9 <PID>