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

linux安装telnet遇到的问题

时间:2020-02-24 00:27:14      阅读:117      评论:0      收藏:0      [点我收藏+]

标签:color   yum   ima   strong   class   启动   idf   telnet   auto   

1.安装telnet

检查telnet是否已安装:

 

[root@hostuser src]# rpm -q telnet-server
package telnet-server is not installed
[root@hostuser src]# telnet 192.168.81.129
bash: telnet: command not found...

 

rpm -qa |grep telnet

没有则安装,有跳过

 yum install telnet-server -y && yum install telnet.* -y

启动telnet 服务

service xinetd restart

就出现下面的问题

技术图片

telnet不起作用。

最后

[root@hostuser src]# sudo service xinetd restart
Redirecting to /bin/systemctl restart xinetd.service

 

确认启动telnet服务

[root@hostuser xinetd.d]# ps -ef | grep xinetd
root 33139 1 0 12:11 ? 00:00:00 /usr/sbin/xinetd -stayalive -pidfile /var/run/xinetd.pid
root 35218 30125 0 12:27 pts/0 00:00:00 grep --color=auto xinetd

技术图片

 

linux安装telnet遇到的问题

标签:color   yum   ima   strong   class   启动   idf   telnet   auto   

原文地址:https://www.cnblogs.com/izecsonLee/p/12355149.html

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