centos7 systemctl

Posted 彼扬

tags:

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

下机为systemctl指令
systemctl enable *.service #开机运行服务
systemctl disable *.service #取消开机运行
systemctl start *.service #启动服务
systemctl stop *.service #停止服务
systemctl restart *.service #重启服务
systemctl reload *.service #重新加载服务配置文件
systemctl status *.service #查询服务运行状态
systemctl --failed #显示启动失败的服务

以上是关于centos7 systemctl的主要内容,如果未能解决你的问题,请参考以下文章

centos7 网络配置

centos7 怎么看网卡配置

centos7怎么安装 centos7安装步骤

centos7怎样让开机自动启动网络

centos7中如何打包用户目录

CentOS7 Troubleshooting