码迷,mamicode.com
首页 > Web开发 > 详细

centos7 安装xinetd,telnet

时间:2020-06-18 21:11:02      阅读:74      评论:0      收藏:0      [点我收藏+]

标签:gre   root   自启动   body   local   net   install   art   x86   

 

安装方式:yum

[root@master ~]# yum list |grep telnet
telnet-server.x86_64                    1:0.17-59.el7                  @base    
telnet.x86_64                           1:0.17-59.el7                  base     
[root@localhost /]# yum install telnet-server.x86_64

[root@localhost /]]# yum install telnet.x86_64

[root@localhost /]# yum list |grep xinetd
xinetd.x86_64                           2:2.3.15-12.el7                @base  
[root@localhost /]# yum install xinetd.x86_64

 

安装完成后,将xinetd服务加入开机自启动:
    systemctl enable xinetd.service
将telnet服务加入开机自启动:
    systemctl enable telnet.socket
最后,启动以上两个服务即可:
    systemctl start telnet.socket
    systemctl start xinetd(或service xinetd start)

centos7 安装xinetd,telnet

标签:gre   root   自启动   body   local   net   install   art   x86   

原文地址:https://www.cnblogs.com/music-liang/p/13159622.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!