telnet install in centos 6

当开启telnet的时候,发现出现以下问题。
error reading information on service telnet: No such file or directory

解决方法:
1. #yum -y install telnet-server
2. #yum -y install telnet

原文地址:https://www.cnblogs.com/qianggezhishen/p/7349440.html