xinetd
- 网络守护进程
-
Defaults provides values for all services that xinetd controls .
defaults提供xinetd控制的所有服务的值。
-
The xinetd package must also be installed to start the TFTP server .
还必须安装xinetd包才能启动TFTP服务器。
-
Restart xinetd , or send its process a signal to force a reset .
重新启动xinetd,或者向它的进程发送一个重新设置信号。
-
Another option is to signal the xinetd daemon to reset .
另一种方法是向xinetd守护进程发送重新设置信号。
-
Create a new SWAT entry in your xinetd or inetd configuration .
在您的xinetd或inetd配置中创建一个新的SWAT条目。
-
In this example , xinetd is running .
在本例中,xinetd正在运行。
-
For the paranoid , xinetd also supports an option called chroot .
xinetd还支持chroot选项。
-
If no super server process is running , you may need to install either xinetd or inetd .
如果没有任何超级服务器正在运行,那么您可能需要安装xinetd或inetd。
-
Xinetd offers many advantages .
xinetd有许多优点。
-
D / swat , you must tell xinetd to reload its configuration file .
对/etc/xinetd.d/swat进行所需的更改后,必须告知xinetd,以便重新加载其配置文件。
-
The disable = yes line tells xinetd that it should not start SWAT .
disable=yes行告知xinetd,它不应该启动SWAT。
-
Install xinetd VNC service definition files
安装xinetdVNC服务定义文件
-
You can do this in the same way you reload a xinetd configuration , as described earlier .
您可以按照前面介绍步骤的重新加载xinetd配置的方法来完成这项任务。
-
Again , the steps to enable xinetd so that it launches with each system reboot are specific to your system .
同样,启用xinetd让它在每次系统重新引导时启动的步骤因系统而异。
-
If you 're using inetd , the configuration process is similar to that for xinetd , but several critical details differ .
如果您正在使用inetd,那么配置过程类似于xinetd,但有几个关键细节不同。
-
SWAT is designed to be run via a super server , such as xinetd or inetd .
SWAT被设计为通过超级服务器(比如xinetd或inetd)运行。
-
Disable your original SWAT configuration in xinetd or inetd .
禁用xinetd或inetd中的原始SWAT配置。
-
Restart the xinetd server by entering
输入以下命令,重新启动xinetd服务器
-
You must turn on the switch ( disable = no ) so that the xinetd service starts the TFTP service .
必须打开开关(disable=no),让xinetd服务启动TFTP服务。
-
Wait controls whether xinetd handles one connection at a time ( wait = yes ) or multiple connections at a time ( wait = no ) .
wait控制xinetd是每次处理一个连接(wait=yes),还是每次处理多个连接(wait=no)。
-
The first value , emerg , generates the least amount of output from xinetd ; the final value , debug , provides the most .
第一个值emerg从xinetd生成最少的输出;最后一个值debug提供最详细的输出。
-
If you have difficulties launching a particular service from xinetd , enable the more verbose log options to help determine the cause of the failure .
如果在从xinetd启动某个服务时遇到了问题,可以启用更详细的日志选项以帮助判断问题的原因。
-
Note : Although it 's possible to run Samba via a super server such as inetd or xinetd , such configurations are rare and create performance problems .
注意:尽管可以通过一台超级服务器,比如inetd或xinetd,运行Samba,这样的配置很少见且会产生性能问题。
-
In most installations , this file contains global settings and relies on server-specific files in the / etc / xinetd . d directory .
在大多数安装中,这个文件包含一些全局设置,具体使用的设置取决于/etc/xinetd.d目录中的特定于服务器的文件。
-
For instance , the system service xinetd , which launches other network services on demand , re-reads its configuration files upon the receipt of SIGHUP .
例如,系统服务xinetd会按需要启动其他网络服务,它在收到SIGHUP时会重新读取它的配置文件。
-
Like much of the other software discussed in this column , xinetd is open source and readily builds on UNIX and variants such as OpenBSD and Linux .
与本专栏讨论过的许多其他软件一样,xinetd是开放源码的,很容易构建在UNIX以及OpenBSD和Linux等变体上。
-
Configuration of inetd and xinetd is similar but not identical , and a system can run either inetd or xinetd but not both .
inetd和xinetd的配置相似,但是不完全相同。系统可以运行inetd或xinetd,但是不能同时运行两者。
-
This is fine if you 've restricted access to localhost , as in the xinetd configuration shown earlier , or if you implement similar restrictions using TCP Wrappers .
如果您已限制对本地主机的访问(如前面展示的xinetd配置所示),或者您已使用TCPWrappers实现了类似的限制,那么这不成问题。
-
Before you install xinetd , be sure to back up your inetd configuration , if any , then disable and / or delete inetd .
在安装xinetd之前,一定要备份inetd配置(如果有的话),然后禁用和/或删除inetd。
-
You should be aware of these risks and take appropriate precautions , such as using TCP Wrappers , xinetd options , or iptables firewall rules to limit access to the computer .
您应该注意这些风险并采取适当的预防措施,比如使用TCPWrappers、xinetd选项或iptables防火墙来限制对计算机的访问。