Info Node: (inetutils.info)inetd invocation

CFHT HOME inetutils.info: inetd invocation


up: Top next: syslogd invocation prev: telnet invocation Back to Software Index

18 'inetd': Internet super-server
*********************************

'inetd' program should be run at boot time by /etc/rc.  It then listens
for connections on certain internet sockets.  When a connection is found
on one of its sockets, it decides what service the socket corresponds
to, and invokes a program to service the request.  The server program is
invoked with the service socket as its standard input, output and error
descriptors.  After the program is finished, inetd continues to listen
on the socket (except in some cases which will be described below).
Essentially, inetd allows running one daemon to invoke several others,
reducing load on the system.

   There are two types of services that inetd can start: standard and
TCPMUX. A standard service has a well-known port assigned to it; it may
be a service that implements an official Internet standard or is a
BSD-specific service.  As described in RFC 1078, TCPMUX services are
nonstandard services that do not have a well-known port assigned to
them.  They are invoked from inetd when a program connects to the
"tcpmux" well-known port and specifies the service name.  This feature
is useful for adding locally-developed servers.

* Invocation
* Configuration file
* Built-in services
* TCPMUX
* Inetd Environment
* Error Messages

automatically generated by info2www version 1.2