Hi, > > telnet > > ftp > > login > > exec > > finger > > shell > > ...you get the idea... > > And dont forget the r services ... rlogin, rsh, rexec, etc. Yep, the "r" services are covered by login, exec and shell. Here is what inetd.conf has to say: shell stream tcp nowait root /usr/sbin/tcpd /usr/sbin/in.rshd login stream tcp nowait root /usr/sbin/tcpd /usr/sbin/in.rlogind exec stream tcp nowait root /usr/sbin/tcpd /usr/sbin/in.rexecd See :-) -Ossama