首页 > 代码库 > 【Linux笔记】CentOS 7 systemctl、firewalld
【Linux笔记】CentOS 7 systemctl、firewalld
一、CentOS7 systemctl
在CentOS7中,进行chkconfig命令操作时会发现有类似“systemctl.....”的提示,systemctl可以简单实现service和chkconfig的结合,这样通过一个命令就可以实现两个命令的功能。
systemctl命令的基本操作格式是:
systemctl [OPTIONS...] {COMMAND}...
以nginx服务为例,实现停止、启动、重启的动作如下:
systemctl stop nginx.servicesystemctl start nginx.servicesystemctl restart nginx.service
检查服务状态
systemctl status nginx.service
使服务开机启动
systemctl enable nginx.service
取消服务开机启动
systemctl disable nginx.service
二、CentOS 7 firewalld
【Linux笔记】CentOS 7 systemctl、firewalld
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。