ultrix man page for inetd

Query: inetd

OS: ultrix

Section: 8c

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

inetd(8c)																 inetd(8c)

Name
       inetd - internet service daemon

Syntax
       /etc/inetd [ -d ] [ configfile ]

Description
       The daemon is the listener daemon for most of the internet service functions.

       When is started, it reads the configuration file specified (configfile) and opens a socket for each specified service.

       When receives a connection on a stream socket or a packet on a datagram socket, then invokes the server specified in the configuration file
       to service the request.	The server is given a socket descriptor of 0 for the service requested.  The configfile is the configuration  file
       specifying  the services requiring the daemon's services.  If a configuration file is not specified, then uses the default file, The format
       of this file is described in The configuration file is reread whenever receives a hangup signal.

Options
       -d Open all sockets with the debug option.  The socket will be passed to the server with debug enabled.

Restrictions
       The daemon can only handle a limited number of services at any one time.  This number is related to the maximum number of file  descriptors
       that a process can have.  If many services are needed, you should run multiple copies of each with its own individual configuration file.

Files
See Also
       inetd.conf(5)

																	 inetd(8c)
Related Man Pages
inetd.conf(4) - opensolaris
update-inetd(8) - debian
inetd(8) - osf1
inetd.conf(4) - hpux
inetd.conf(4) - osf1
Similar Topics in the Unix Linux Community
Telnet/Rsh
restricted telnet sessions
Error inetd
Fileserver in Perl via xinetd - bad XML output
how to give Telnet access