View Single Post
Majost
monkey with a tiny cymbal
 
Join Date: Nov 2004
Location: Lost
 
2008-01-08, 11:16

Ah, but nmap isn't installed by default (at least not on my 10.3).

The command netstat will show you this (and much more). To filter to just TCP ports (typically the ones you're interested in), netstat -p tcp will do the job.

You can also look at UDP and socket connections, but those are mostly loopbacks for internal communication.
  quote