Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Sep 2001 17:14:58 -0400 (EDT)
From:      Joe Clarke <marcus@marcuscom.com>
To:        German Tischler <tanis@gaspode.franken.de>
Cc:        dave <daveman@sbcglobal.net>, <freebsd-questions@FreeBSD.ORG>
Subject:   Re: Port 6010 ???
Message-ID:  <20010930171245.V34176-100000@shumai.marcuscom.com>
In-Reply-To: <20010930225511.A3799@gaspode.franken.de>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 30 Sep 2001, German Tischler wrote:

> On Sun, Sep 30, 2001 at 01:34:39PM -0700, dave wrote:
> > Recently I did a scan of tcp ports on my freebsd 4.3 box and found two ports
> > open, 6010 and 6011.  There's no mention of them in /etc/services and I'm
> > unaware of any daemons which listen on them.  I don't run X.  Does anyone
> > know what listens on these ports, and how I can shut them down?
>
> I don't know what is listening on these ports, but you could look
> that up using sockstat.

This is usually ssh setting up a socket for X11 forwarding.  However,
you're right,

sockstat | grep 6010

or

lsof -i :6010

Should give you what you want to know.

Joe

>
> --gt
>
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message
>
>


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010930171245.V34176-100000>