你的位置:首页 > 软件开发 > 操作系统 > CentOS7 systemctl的使用

CentOS7 systemctl的使用

发布时间:2016-06-27 20:00:06
# 查看正在运行的服务systemctl # 查看某个服务的状态systemctl status httpd.service # 启动服务systemctl start foo.service如:systemctl start httpd.service ...

CentOS7 systemctl的使用

# 查看正在运行的服务

systemctl

 

# 查看某个服务的状态

systemctl status httpd.service

CentOS7 systemctl的使用

 

# 启动服务

systemctl start  foo.service

如:systemctl start httpd.service 

原标题:CentOS7 systemctl的使用

关键词:Centos

*特别声明:以上内容来自于网络收集,著作权属原作者所有,如有侵权,请联系我们: admin#shaoqun.com (#换成@)。