0
点赞
收藏
分享

微信扫一扫

telnet command not found的解决方法

telnet: command not found的解决方法

运行telnet命名显示:

[root@localhost ~]# telnet 127.0.0.1

-bash: telnet: command not found

  1. [root@localhost ~]# telnet 127.0.0.1
  2. -bash: telnet: command not found

解决方法:

yum list telnet* 列出telnet相关的安装包

yum install telnet-server 安装telnet服务 yum install telnet.* 安装telnet客户端

再次测试:

telnet command not found的解决方法_解决方法

举报

相关推荐

0 条评论