From owner-freebsd-hackers Tue Jul 24 20:50:21 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from laguna.i-next.net (laguna.i-next.net [202.61.68.66]) by hub.freebsd.org (Postfix) with ESMTP id 93C6A37B403 for ; Tue, 24 Jul 2001 20:50:18 -0700 (PDT) (envelope-from jett@laguna.i-next.net) Received: from jett (bsd.i-next.net [202.61.68.75]) by laguna.i-next.net (Postfix) with SMTP id A49F624EA4 for ; Wed, 25 Jul 2001 11:58:39 +0800 (PHT) Message-ID: <02a401c114bb$8d986820$4b443dca@jett> From: "Jett Tayer" To: "freebsd-hackers" Subject: not showing in ps Date: Wed, 25 Jul 2001 11:40:30 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG im running freebsd 3.5-stable when i did netstat -an | grep LISTEN here's the result bash-2.04$ netstat -an | grep LISTEN tcp 0 0 *.80 *.* LISTEN tcp 0 0 *.443 *.* LISTEN tcp 0 0 *.31341 *.* LISTEN tcp 0 0 *.22 *.* LISTEN noticed the 31341 port that is listening then i did bash-2.04$ telnet localhost 31341 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. SSH-1.5-1.2.27 then on port 22 bash-2.04$ telnet localhost 22 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. SSH-1.5-OpenSSH_2.9p2 how i may kill that 31341 port coz ps isnt showing it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message