17
Oct

xinetd介绍

xinetd
2.1守護進程
2.2.1守護進程的工作原理
2.2.2RedHat常見的守護進程
.crond
.named
.netfs
.network
.nfs
.portmap
.sendmail
.smb
.syslog
.xfs
.xinetd
2.3守護進程工作方式
2.3.1運行獨立的守護進程(stand–alone工作模式)
2.3.2由網路守護進程服務程式運行的守護程式(xinetd模式)
2.4守護進程管理工具
1.圖形用戶介面工具(GUI) redhat-config-service
2.文本用戶介面工具(TUI) ntsysv
3.命令行介面工具(CLI) chkconfig
4.service命令
2.5xinetd的配置
/etc/xinetd.d/下配置
#default: on
service telnet
{
flags =REUSE
socket_type =stream
wait =no
user =root
server =/usr/sbin/in.telnetd
log_on_failure += USERID
disable =yes
}

引用地址:http://www.php-oa.com/2007/10/17/xinetd/

要说点啥就在这吧