Re: netstat vs. Network Utility
Re: netstat vs. Network Utility
- Subject: Re: netstat vs. Network Utility
- From: Jonas Maebe <email@hidden>
- Date: Wed, 21 Feb 2007 19:31:31 +0100
On 21 feb 2007, at 18:33, email@hidden wrote:
I'm developing network applications that run on OSX, among other
platforms. However, on OSX (10.4.8 Intel on my MacBook), the
"netstat" command seems to behave a bit differently than on, say,
Linux or Windows. Specifically, "netstat -a" doesn't show ports
open by server processes on OSX. I know that my code binds to a
port, because I can use Network Utility to do a portscan and it
shows me that the port is open ... but i've not been able to get
netstat to show me that. Am I missing something basic? I'd like
to use netstat, as often I only have a bash shell as my interface
to the machine.
Use lsof -i (possibly with sudo)
Jonas
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden