linux学习 xinetd服务管理

Xinetd服务管理

1.在linux系统上部署telnet服务,允许windows telnet Linux

步骤1.确认windows系统支持远程访问,linux安装并开启了telnet-server服务

[root@localhost ~]# rpm -q telnet-server

[root@localhost ~]# chkconfig --list telnet

② 在linux上安装并开启telnet-server服务

[root@localhost ~]# rpm -ivh /media/Server/telnet-server-0.17-41.el5.x86_64.rpm

[root@localhost ~]# rpm -ql telnet-server

/etc/xinetd.d/telnet

/usr/sbin/in.telnetd

/usr/share/man/man5/issue.net.5.gz

/usr/share/man/man8/in.telnetd.8.gz

/usr/share/man/man8/telnetd.8.gz

[root@localhost ~]# chkconfig telnet on

[root@localhost ~]# /etc/init.d/xinetd start

③创建用户,设置密码,可以正常登陆


你可能感兴趣的:(linux,windows,linux安装,xinetd服务)