linux安装telnet遇到的问题

Posted 格格巫 MMQ!!

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux安装telnet遇到的问题相关的知识,希望对你有一定的参考价值。

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遇到的问题的主要内容,如果未能解决你的问题,请参考以下文章

centos linux安装telnet 过程及问题(源于内部tomcat网站,外部无法访问)

如何利用Telnet连接Linux服务器

LINUX 怎么设置telnet

虚拟机安装mysql遇到的坑

如何在Windows系统上利用Telnet协议连接Linux服务器

linux 下如何安装Telnet ?