linux中启动telnet服务

2024-10-16 16:37:26

1、安装telnet服务职邗珩垃[root@hole ~]# yum -y install telnet-server

2、查看telnet 服务, chkcconfig -list查看, 多了telnet服务, 默认关闭

linux中启动telnet服务

3、所有基于xinetd的服务, 在/etc/xinetd.d目录下, 都有相应的文件与之相对于

linux中启动telnet服务

4、编辑telnet服务: 将disable修改为为no, 表明启动telnet

linux中启动telnet服务linux中启动telnet服务

5、重启xinetd服务: 不是重启telnet服务, 没有telnet服务, telnet服务基于xinetd

linux中启动telnet服务

6、查看端口号, 发现telnet服务已经启动

linux中启动telnet服务

7、命令chkconfig --list查看

linux中启动telnet服务
猜你喜欢