On Fri, Oct 11, 2002 at 09:53:35AM -0500, Steve Buehler wrote:
> I am hoping that someone can help me out here.  Doing an nmap -p 
> '10000-65535' servername says that port 19635 is open.
> Port       State       Service
> 19635/tcp  open        unknown
> 
> How can I find out what is using that port?  It isn't in /etc/services.  I 
> want to make sure that it isn't a hacker.

You may do netstat -atnp | grep 19635 (as root) to see which process holds
the port. If you don't see any process, it still may be a the kernel which
holds it, for example an nfs thread.

Pat



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to