On Thu, 03 Jul 2003 22:58:29 +0200, Lasse K. Christiansen wrote:
> I know it is a netstat thingy ! but can't seem to find out which one !
>
> Can anyone help me out here !
To see what apps have bound to listening ports you can issue the
netstat -nltp command as root. -n (Numeric), -l (Listening), -t (TCP
connections), -p (Identify Program)
netstat -atp will listen all tcp connections and identify the program as
well.
Consult your man page for other flags as well.
>
> Christian
--
Sig
Thu Jul 3 17:09:02 EDT 2003
|