Who is listening on a given TCP port on Mac OS X? On Linux, I can use netstat -pntl | grep $PORT or fuser -n tcp $PORT to find out which process (PID) is listening on the specified TCP port. How... April 11, 2022 0 Comments