linux中telnet后退出连接窗口 [root@a cron]# telnet www.baidu.com 80Trying 115.239.211.112...Connected to www.baidu.com. #显示connected,表示连接成功!Escape character is '^]'.^C^C^C^Z^Z^Z #按ctrl+c,ctrl+z,ctrl+D都不行,Connection closed by foreign host.[root@a cron]# te
首先本地没有telnet客户端及服务器 root权限下安装 yum install telnet yum install telnet-server vi /etc/xinetd.d/telnet 这时此处并没有这个文件,也就不能修改disable=no了,所以,在此编辑模式下直接插入内容 service telnet{ flags = REUSE socket_type = stream wait = no user = root server = /usr/sbin/in.telnetd l