Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Jul 2001 11:40:30 +0800
From:      "Jett Tayer" <jett@laguna.i-next.net>
To:        "freebsd-hackers" <freebsd-hackers@freebsd.org>
Subject:   not showing in ps
Message-ID:  <02a401c114bb$8d986820$4b443dca@jett>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?02a401c114bb$8d986820$4b443dca>