📄 inetd.8c
字号:
.\" SCCSID: @(#)inetd.8c 8.1 9/11/90.TH inetd 8c.SH Nameinetd \- internet service daemon.SH Syntax.B /etc/inetd[.B \-d] [.I configfile.B ].SH Description.NXR "inetd server daemon".NXR "Internet service daemon"The.PN inetddaemon is the listener daemon for most of the internet service functions..PPWhen.PN inetdis started, it reads the configuration file specified(\fIconfigfile\fR) and opens a socketfor each specified service. .PPWhen.PN inetdreceives a connection on a stream socket or a packet ona datagram socket, then .PN inetdinvokes the server specified in theconfiguration file to service the request. The serveris given a socket descriptor of 0 for the servicerequested.The.I configfileis the configuration file specifying the services requiringthe.PN inetddaemon's services.If a configuration file is notspecified, then.PN inetduses the default file,.PN /etc/inetd.conf .The format of this file is described in.MS inetd.conf 5 .The configuration file is reread whenever.PN inetdreceives a hangup signal..SH Options.IP \fB\-d\fR 0.3iOpen all sockets with the debug option. The socket will be passed to the server with debug enabled..SH RestrictionsThe.PN inetddaemon can only handle a limited number of services at any onetime. This number is related to the maximum number offile descriptors that a process can have. If many services are needed, you should run multiple copies of.PN inetd ,each with its own individual configuration file..SH Files.PN /etc/inetd.conf.SH See Alsoinetd.conf(5)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -