第十二讲Linux服务管理主讲人:沈超()交流论坛:、安装xinetd与telnet[root@localhost~]#yum-yinstallxinetd[root@localhost~]#yum-yinstalltelnet-server2、xinetd服务的启动[root@localhost~]#vi/etc/xinetd.d/telnetservicetelnet服务的名称为telnet{flags=REUSE标志为REUSE,设定TCP/IPsocket可重用socket_type=stream使用TCP协议数据包wait=no允许多个连接同时连接user=root启动服务的用户为rootserver=/usr/sbin/in.telnetd服务的启动程序log_on_failure+=USERID登陆失败后,记录用户的IDdisable=no服务不启动}重启xinetd服务[root@localhost~]#servicexinetdrestart3、xinetd服务的自启动[root@localhost~]#chkconfigtelnetonntsysv