[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: udp 32768



On Tue, Jan 15, 2002 at 03:45:59PM -0600, Jeff Teitel wrote:
> 
> mail:# netstat -l
> Active Internet connections (only servers)
> Proto Recv-Q Send-Q Local Address           Foreign Address        State
> udp        0      0 *:32768                 *:*
> 
> What is this, and should I be worried?

Add the '-p' flag to netstat, which will give you the pid of the process
listening on that port.  Or use fuser.  Then you can use ps to figure
out which program is actually doing the listening.  Once you figured
that out, then you can decide if you should be worried.

noah

-- 
 _______________________________________________________
| Web: http://web.morgul.net/~frodo/
| PGP Public Key: http://web.morgul.net/~frodo/mail.html 

Attachment: pgpr_mPQytyMO.pgp
Description: PGP signature


Reply to: