inetd(1M) C2 Trusted DG/UX 5.4.2T inetd(1M)
NAME
inetd - Internet services server
SYNOPSIS
/usr/bin/inetd [ -d ] [ configuration-file ]
DESCRIPTION
The inetd process (daemon) listens for connections on the appropriate
designated ports of the services specified in inetd.conf. When a
connection is found, inetd invokes the server program specified by
that configuration file for the service requested. Once a server is
finished, inetd continues to listen on the socket (except in some
cases which are described below).
Use the -d option to write various diagnostic messages to syslog at
level LOG_NOTICE. See syslog(3C) for more information.
The inetd server itself provides a number of simple TCP-based
services. These include echo, discard, chargen (character
generator), daytime (human readable time), and time (machine readable
time, in the form of the number of seconds since midnight, January 1,
1900). For details about these services, obtain Requests for Comment
(RFC) 862, 863, 864, 867, and 868. (The Guide to AViiON and DG/UX
System Documentation gives the address to use for obtaining RFCs.)
New services can be activated and existing services deleted or
modified by editing the configuration file and then sending the inetd
server a hangup signal, SIGHUP.
When you start inetd, the Internet server, it reads its configuration
information from configuration-file. The default configuration file
is /etc/inetd.conf. See inetd.conf(4M) for more information on the
format of this file. There are two inetd.conf prototype files:
inetd.conftcpip.proto and inetd.confnfs.proto. During setup, the
inetd.conf file is established by concatenating these two prototype
files.
FILES
/etc/inetd.conf
/etc/syslog.conf
SEE ALSO
syslog(3C), inetd.conf(4M), syslog.conf(5).
Licensed material--property of copyright holder(s) 1