码迷,mamicode.com
首页 > 系统相关 > 详细

【Linux笔记】CentOS 7 systemctl、firewalld

时间:2015-01-08 22:40:17      阅读:809      评论:0      收藏:0      [点我收藏+]

标签:

一、CentOS7 systemctl

在CentOS7中,进行chkconfig命令操作时会发现有类似“systemctl.....”的提示,systemctl可以简单实现service和chkconfig的结合,这样通过一个命令就可以实现两个命令的功能。

systemctl命令的基本操作格式是:

systemctl [OPTIONS...]  {COMMAND}...

以nginx服务为例,实现停止、启动、重启的动作如下:

systemctl stop    nginx.service
systemctl start   nginx.service
systemctl restart nginx.service

检查服务状态

systemctl status nginx.service

使服务开机启动

systemctl enable nginx.service

取消服务开机启动

systemctl disable nginx.service

二、CentOS 7 firewalld

 

【Linux笔记】CentOS 7 systemctl、firewalld

标签:

原文地址:http://www.cnblogs.com/lyongde/p/4211947.html

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