Date: Mon, 12 Jul 1999 09:56:41 +0500 (GMT+0500) From: "Amit Kr.Jain" <amit@cdotb.ernet.in> To: Ilia Chipitsine <ilia@cgilh.chel.su> Cc: questions@FreeBSD.ORG Subject: Re: network stuff Message-ID: <Pine.OSF.3.96.990712095457.5585A-100000@ws9.cdotb.ernet.in> In-Reply-To: <Pine.BSF.4.05.9907102322190.1037-100000@localhost.cgu.chel.su>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi!!
Use netstat -a|grep portno.
to find out the process listening on a particular port
and then
ps -ef|grep process
to look for the info for that process
*******************************************************************************
WORK HOME
------ ------
Amit Kr Jain, Flat No 7/2
(Research Engineer), 7th cross
C-DOT, KHM Block
2nd floor, Sneha Complex, Opp Shanti Sagar.
71/1 Miller Road, R.T.Nagar
BANGALORE - 560052 BANGALORE.
Voice - 080-2263399 ext 247/329
080-2261529
email: amit@cdotb.ernet.in
*******************************************************************************
On Sat, 10 Jul 1999, Ilia Chipitsine wrote:
> Dear All,
>
> how can I get PID of the process that
> listens on particular port (TCP/UDP) ?
>
> Regards, (nAILU^[IE POVELANIQ)
>
> Ilia Chipitsine (iLXQ {IPICIN)
>
>
>
> 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?Pine.OSF.3.96.990712095457.5585A-100000>
