(no title)
rpsw | 3 years ago
netstat -anv
And then you need to filter for LISTEN.I'm sure there is a few ways to skin the cat, but on Mac the most equivalent to the ss command would probably be:
sudo lsof -iTCP:8000 -sTCP:LISTEN -n -Prpsw | 3 years ago
netstat -anv
And then you need to filter for LISTEN.I'm sure there is a few ways to skin the cat, but on Mac the most equivalent to the ss command would probably be:
sudo lsof -iTCP:8000 -sTCP:LISTEN -n -P
No comments yet.