mac check process on port code example Example 1: mac terminal find process by port sudo lsof -i tcp:3000 Example 2: kill port mac kill -9 <PID>