Title: RE: checking ports

I think they mean:
netstat

run 'netstat -pna | less'
That will give you IP:Port combinations (for BOTH tcp and udp) as well as the program name

man netstat will give you the full array of options.

> -----Original Message-----
> From: nit etc [mailto:[EMAIL PROTECTED]]
> Sent: Monday, January 21, 2002 1:14 PM
> To: [EMAIL PROTECTED]
> Subject: Re: checking ports
>
>
> Try 'netsat', I think the -p option lets you see the
> process that is using the port.
>
> For quick check, you can just "telnet 127.0.0.1 139"
> to see if some process is listening on that port.
>
> --- Hidong Kim <[EMAIL PROTECTED]> wrote:
> > Hi,
> >
> > How do I check if something's running on port 139 of
> > my machine?  I want
> > to see if something's already running on port 139
> > which is preventing me
> > from starting Samba.  Thanks,
> >
> >
> >
> > Hidong
> >
> >
> >
> > _______________________________________________
> > Redhat-list mailing list
> > [EMAIL PROTECTED]
> >
> https://listman.redhat.com/mailman/listinfo/redhat-list
>
>
> __________________________________________________
> Do You Yahoo!?
> Send FREE video emails in Yahoo! Mail!
> http://promo.yahoo.com/videomail/
>
>
>
> _______________________________________________
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
>

Reply via email to