Apr 29, 2001 #1 cmenaka Programmer Joined Apr 29, 2001 Messages 1 Location IN Hi How will know the port number of the particular unix process?
Apr 30, 2001 1 #2 jad Programmer Joined Apr 7, 1999 Messages 1,195 Location GB look in /etc/services ... you can check the correspondance of the ports to /etc/inetd.conf (this is for processes that go through inetd ...) if it's a user run process, you will have to look at the help/configuration files for help ... Jon Upvote 0 Downvote
look in /etc/services ... you can check the correspondance of the ports to /etc/inetd.conf (this is for processes that go through inetd ...) if it's a user run process, you will have to look at the help/configuration files for help ... Jon