kill a process on mac port 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>