码迷,mamicode.com
首页 > 其他好文 > 详细

CentOS7 服务启动命令

时间:2016-10-03 00:42:07      阅读:329      评论:0      收藏:0      [点我收藏+]

标签:启动命令   防火墙   enable   网络   start   

【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 服务启动命令

标签:启动命令   防火墙   enable   网络   start   

原文地址:http://kenvik.blog.51cto.com/11000054/1858430

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!