1. 程式人生 > >【安裝部署】Linus小工具安裝

【安裝部署】Linus小工具安裝

1.Telnet命令安裝

   rpm -qa | grep xinetd

   yum -y install xinetd

   rpm -qa telnet-server

   yum install telnet

   service xinetd restart

   備註:由於telnet服務是由xinetd守護的,必須先裝xinetd,並且安裝完telnet-server

        要啟動telnet服務就必須重新啟動xinetd

2.iptables命令安裝

  當出現Failed to restart iptables.service: Unit not found.錯誤時

   yum install iptables-services

   service iptables stop         //關閉防火牆