Who is listening on a given TCP port on Mac OS X? - TechRepublic
Question
May 3, 2022 at 10:42 AM
embersmoloch.0n

Who is listening on a given TCP port on Mac OS X?

by embersmoloch.0n . Updated 4 years ago

Hi

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 do I get the same information on Mac OS X?

All Comments