CentOS 7服务管理
Posted 未来的数据大师
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CentOS 7服务管理相关的知识,希望对你有一定的参考价值。
CentOS 6 使用service 管理指令: service 服务名 [start | stop | restart | reload | status]
但在 CentOS7.0 后 不再使用 service ,而是 systemctl
systemctl [start | stop | restart | reload | status] 服务名
例如:查看防火墙状态
指令:systemctl status firewalld.service
以上是关于CentOS 7服务管理的主要内容,如果未能解决你的问题,请参考以下文章
CentOS 7.0 服务管理 – systemctl 命令