On Sunday 17 Aug 2003 16:08, Lee wrote: > > Don't forget UDP to, netstat -t shows only TCP/IP listeners, and you > > ought to check UDP/IP as well with netstat -utlp. > > I used netstat -lpd which seems to show the things I need... What does the -d option do? It doesn't exist on my system which has it from net-tools-1.60. -utlp is needed to suppress all the UNIX domain sockets. Rob