启动和停止Telnet服务

2021-03-15    分类: 网站建设

启动和停止Telnet服务

Telnet服务由xinetd服务管理器管理,是不会默认自动启动的。

1、启动Telnet服务

方法1 使用chkconfig命令启动Telnet服务,命令如下:

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

[root@localhost ~]#chkconfig telnet on

[root@localhost ~]#chkconfig xinetd restart

方法2 编辑配置文件,命令如下:

[root@localhost ~]#vi /etc/xinetd.d/telnet

将语句disable=yes 修改为disable = no,保存并退出,重启xinetd服务;

[root@localhost ~]#chkconfig xinetd restart

方法3 通过ntsysv设置Telnet服务自动启动

在Red Hat Enterprise Linux 5下的终端窗口输入ntsysv,打开系统内置的“服务”配置小程序,找到telnet,并在前面加个“*”,Telnet服务会随系统启动而自动运行了。

[root@localhost ~]#ntsysv


方法2 编辑配置文件,命令如下:

[root@localhost ~]#vi /etc/xinetd.d/telnet

将语句disable = no 修改为disable = yes,保存并退出,然后重启xinetel服务:

[root@localhost ~]#service xinetal restart


3、chkconfig管理启动程序

chkconfig是linux用来更新和查询不同运行级的系统服务。chkconfig有如下功能:添加服务、删除服务、列表服务、改变启动信息以及检查特定服务的启动状态等。

如果不加参数运行chkconfig命令,将会显示其用法。检查这个服务是否在当前运行级启动,可输入“chkconfig<服务名>”,如果是在当前运行级启动,则返回true,否则返回false。

如果在服务名后面指定了on、off或者reset,chkconfig将改变指定服务的启动信息。on 和off 分别对应服务在改变运行级时的启动和停止,reset则是初始化服务信息。对于on和off开关,系统默认只对运行级3、4、5有效,但是reset对所有运行级有效。

chkconfig命令的语法如下:

[root@localhost ~]#chkconfig --list [name]
[root@localhost ~]#chkconfig --add name
[root@localhost ~]#chkconfig --del name
[root@localhost ~]#chkconfig [--level levels] name
[root@localhost ~]#chkconfig [--level levels] name


分享文章:启动和停止Telnet服务
URL网址:https://www.cdcxhl.com/news49/105249.html

成都网站建设公司_创新互联,为您提供网页设计公司标签优化微信公众号电子商务自适应网站App开发

广告

声明:本网站发布的内容(图片、视频和文字)以用户投稿、用户转载内容为主,如果涉及侵权请尽快告知,我们将会在第一时间删除。文章观点不代表本网站立场,如需处理请联系客服。电话:028-86922220;邮箱:631063699@qq.com。内容未经允许不得转载,或转载时需注明来源: 创新互联

h5响应式网站建设