Linux如何开启Telnet服务
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash

·
1.首先查看系统的版本:
cat /etc/isssue
2.查看系统中是否已经安装了Telnet客户端和服务端
rpm -qa | grep telent
3.如果有两个包一个是客户端一个是服务端的返回的结果则表示已经安装了Telnet服务
service xinetd status
4.因为telnet 服务也是有xinetd 守护的,所以安装完Telnet之后应该要重启xinetd服务。
service xinetd restart
5.如果使用命令rpm -qa | grep xinetd 命令查看没有安装xinetd的话使用
yum install -y xinetd
命令进行安装
安装完成后使用命令重启xinted进行重启。
如果没有安装Telnet服务则使用
yum install telnet* 进行安装Telnet服务和客户端包
安装完成后使用命令重启xinted 服务
可使用命令:
chkconfig --list telnet //查看Telnet服务是否开启




A beautiful web dashboard for Linux
最近提交(Master分支:17 天前 )
186a802e
added ecosystem file for PM2 5 年前
5def40a3
Add host customization support for the NodeJS version 5 年前
更多推荐
所有评论(0)