Operating System - HP-UX
1830899 Members
2018 Online
110017 Solutions
New Discussion

system service, system process and system network port relationship.

 
licong
Contributor

system service, system process and system network port relationship.

who can tell me "system service, system process and system network port relationship."
example:
telnet--in.telnetd--23
ftp--in.ftpd-21
can you tell me all in HP-UX?
3 REPLIES 3
T G Manikandan
Honored Contributor

Re: system service, system process and system network port relationship.

#cat /etc/services|more


U.SivaKumar_2
Honored Contributor

Re: system service, system process and system network port relationship.

Hi,

For service-protocol-port relationship

look at /etc/services

For service-protocoltype-executable relationship look at

/etc/inetd.conf

regards,
U.SivaKumar
Innovations are made when conventions are broken
U.SivaKumar_2
Honored Contributor

Re: system service, system process and system network port relationship.

Hi,

For complete port listing the different network services use see this webpage

http://www.iana.org/assignments/port-numbers

regards,

U.SivaKumar

Innovations are made when conventions are broken