linux安装telnet遇到的问题
2021-06-03 03:01
标签:color yum ima strong class 启动 idf telnet auto 1.安装telnet [root@hostuser src]# rpm -q telnet-server 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 确认启动telnet服务 [root@hostuser xinetd.d]# ps -ef | grep xinetd linux安装telnet遇到的问题 标签:color yum ima strong class 启动 idf telnet auto 原文地址:https://www.cnblogs.com/izecsonLee/p/12355149.html检查telnet是否已安装:
package telnet-server is not installed
[root@hostuser src]# telnet 192.168.81.129
bash: telnet: command not found...
Redirecting to /bin/systemctl restart xinetd.service
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
上一篇:Pikachu-php反序列化
下一篇:7个有用的JS技巧
文章标题:linux安装telnet遇到的问题
文章链接:http://soscw.com/index.php/essay/89957.html