Tue. Oct 7th, 2025

I am so used to using

netstat -antp

on a Linux box. Same does not work on a Mac OS X. However, there is an alternative:

sudo lsof -i -P

And of course you can pipe the output to grep, if you are looking for something in

By Sems

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.