Inetd.conf manual
· INETD(8) NetBSD System Manager's Manual INETD(8) NAME inetd, www.doorway.ru-- internet ``super-server'' SYNOPSIS inetd [-d] [-l] [configuration file] DESCRIPTION inetd should be run at boot time by /etc/rc (see rc(8)). It then opens sockets according to its configuration and listens for connections. The /etc/www.doorway.ru file lists these servers and their usual ports. The inetd command listens to all of them; when it detects a connection to any such port, it . The file /etc/www.doorway.ru tells inetd which ports to listen to and what server programs to run for them. Normally each entry in the file is one line, but you can split it onto multiple lines provided all but the first line of the entry start with whitespace.
Usually a hostname is specified when inetd is run inside a jail (8), in which case the hostname corresponds to the jail (8) environment. When hostname specification is used and both IPv4 and IPv6 bindings are desired, one entry with the appropriate protocol type for each binding is required for each service in /etc/www.doorway.ru inetd is a program that runs all the time and waits (using select) for messages on a specified set of ports. When it receives a message, it accepts the connection (if the socket style calls for connections) and then forks a child process to run the corresponding server program. You specify the ports and their programs in the file /etc/www.doorway.ru www.doorway.ru - Extended Internet Services Daemon configuration file Description. www.doorway.ru is the configuration file that determines the services provided by xinetd. Any line whose first non-white-space character is a '#' is considered a comment line. Empty lines are ignored. The file contains entries of the form.
Upon execution, inetd reads its configuration information from a configuration file which, by default, is /etc/www.doorway.ru There must be an entry for each field of the configuration file, with entries for each field separated by a tab or a space. Comments are denoted by a ``#'' at the beginning of a line. www.doorway.ru - Extended Internet Services Daemon configuration file Description. www.doorway.ru is the configuration file that determines the services provided by xinetd. Any line whose first non-white-space character is a '#' is considered a comment line. Empty lines are ignored. The file contains entries of the form. Upon execution, inetd reads its configuration information from a configuration file which, by default, is /etc/www.doorway.ru There must be an entry for each field of the configuration file, with entries for each field separated by a tab or a space. Comments are denoted by a "#" at the beginning of a line.
0コメント