inetd.conf and services
/etc/inetd.conf
- list the services name, type of socket (stream=TCP), protocol (tcp or udp), requests (multiple=wait), username to run, fully qualified path name of daemon. See example.
/etc/services
- list the services name, port/protocol, alias. See example.
- It is used by inetd to assign ports.