1、[root@localhost ~]# telnet
bash:telnet: command not found
2、查询了是否安装Telnet包,结果如下:
[root@localhost~]# rpm -qa telnet*
telnet-server-0.17-47.el6.i686
3、又查询了xinetd的状态:
[root@localhost~]# service xinetd status
xinetd(pid 2967) 正在运行...
4、使用ntsysv命令,开启了Telnet服务;同时,也查看/etc/xinetd.d/telnet 文件,将将“disable = yes” 改为“disable = no”;也重启了服务 [root@CentOS5 /]#service xinetd restart
在系统服务里面,也查看过,telnet服务和xinetd也都是工作状态。
bash:
2、
[root@localhost
telnet-server-0.17-47.el6.i686
3、又查询了xinetd的状态:
[root@localhost
xinetd
4、使用ntsysv命令,开启了Telnet服务;同时,也查看
在系统服务里面,也查看过,telnet服务和xinetd也都是工作状态。
解决方式,重装一下telnet客户端。
centos、ubuntuyum
yum
yum