Re: netstat vs. Network Utility
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com On 21 feb 2007, at 18:33, jmzorko@mac.com wrote: Use lsof -i (possibly with sudo) Jonas _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... 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. This email sent to site_archiver@lists.apple.com
participants (1)
-
Jonas Maebe