On Sat, Apr 18, 2009 at 12:04, Tzafrir Cohen <[email protected]> wrote: > On Fri, Apr 17, 2009 at 07:59:22PM +0100, Nuno Magalhăes wrote: > >> # netstat -l | grep ftp >> udp 0 0 *:tftp *:* > > For future reference: at this point you should have run: > > netstat -lp | grep tftp
I think you mean: netstat -l -p | grep tftp Otherwise you won't get the ports part. An alternative (that i ended up using) was: netstat -l -p --numeric-ports | grep 69 Which shown me inetd. Nuno -- () ascii ribbon campaign - against html e-mail /\ ascii-rubanda kampajno - kontraŭ html-a retpoŝto -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

