1、linux部分系统自带Telnet安装包(寻包)
[root@centos10 home]# yum list telnet
Loaded plugins: fastestmirror, refresh-packagekit, security
telnet.x86_64 1:0.17-48.el6 base
2、安装包
[root@centos10 home]# yum install telnet.x86_64
3、测试安装是否成功
telnet localhost 4444
注:使用nc localhost 4444也可以