Re: data structure description of /proc/net/tcp

2006-04-25 Thread Madhav Sathe
Hi , Could you please help me this..Im also trying to solve the same problem. I want to know the ports (currently open and Listening) and its associated process. Awaiting your response. Regards, Madhav Re: data structure description of /proc/net/tcp From: linux

Re: data structure description of /proc/net/tcp

2006-04-24 Thread Shlomi Fish
On Monday 24 April 2006 20:05, Madhav Sathe wrote: > Hi , > > Could you please help me this..Im also trying to solve the same problem. > I want to know the ports (currently open and Listening) and its > associated process. > Use netstat. (Assuming I understand you correctly.) And what was all t

Re: data structure description of /proc/net/tcp

2006-04-24 Thread Noam Meltzer
ucture description of /proc/net/tcp" In reply to: David Harel: "data structure description of /proc/net/tcp" Next in thread: Baruch Even: "Re: data structure description of /proc/net/tcp" Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ] Ma

Re: data structure description of /proc/net/tcp

2006-04-24 Thread Madhav Sathe
Hi , Could you please help me this..Im also trying to solve the same problem. I want to know the ports (currently open and Listening) and its associated process. Awaiting your response. Regards, Madhav Re: data structure description of /proc/net/tcp From: linux

Re: data structure description of /proc/net/tcp

2004-05-02 Thread Baruch Even
* David Harel <[EMAIL PROTECTED]> [040503 00:20]: > Hi, > > I want to find the process ID of the process that opened a socket to > which I can find the record in /proc/net/tcp. > Where can I get this information and what where can I get field > descriptions of /proc/net/tcp? Pick up the sources

Re: data structure description of /proc/net/tcp

2004-05-02 Thread linux-il
David Harel wrote: Hi, I want to find the process ID of the process that opened a socket to which I can find the record in /proc/net/tcp. Where can I get this information and what where can I get field descriptions of /proc/net/tcp? http://www.linuxdevcenter.com/pub/a/linux/2000/11/16/LinuxAdmin