CentOS7 服务启动命令

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CentOS7 服务启动命令相关的知识,希望对你有一定的参考价值。

【CentOS7】服务启动命令与【CentOS5/6】不一样

常用的命令有:

systemctl disable networkmanager.service            //disable禁止开机启动 enable开机启动    

systemctl stop networkmanager.service                 //stop关闭网络还原服务 start/restart

systemctl disable firewalld.service                                        //禁止firewalld防火墙开机启动

systemctl stop firewalld.service                                             //关闭firewalld防火墙

systemctl disable iptables.service                                       //禁止iptables防火墙开机启动

systemctl stop iptables.service                                           //关闭iptables防火墙

systemctl restart network                                        //重启网卡服务

systemctl list-unit-files                                            //列出服务

ip addr                                                                       //查看IP


PS:

centos5/6:service 服务名 start|stop|restart             ifconfig  //查看IP

centos7:   systemctl start|stop|restart 服务名        ip addr  //查看IP


启用iptables防火墙:yum install iptables-services

                                   systemctl enable iptables.service

                                   systemctl restart iptables.service


本文出自 “高防服务器销售,自带运维” 博客,请务必保留此出处http://kenvik.blog.51cto.com/11000054/1858430

以上是关于CentOS7 服务启动命令的主要内容,如果未能解决你的问题,请参考以下文章

CentOS7 服务启动命令

centos7的服务启动命令是什么

centos虚拟机开启命令

centos7 怎么用service命令启动服务

CentOS7服务管理(重启,停止,自动启动命令)

centos怎么设置开机自启动ssh服务