码迷,mamicode.com
首页 > 其他好文 > 详细

systemctl命令

时间:2018-06-30 16:13:07      阅读:141      评论:0      收藏:0      [点我收藏+]

标签:stat   系统   nginx服务   span   pre   restart   strong   rest   systemctl   

一、什么是systemctl命令

  systemctl命令是系统服务管理器指令,它实际上将 service 和 chkconfig 这两个命令组合到一起

 

二、常用命令

以nginx为例:

1.启动nginx服务

systemctl start nginx.service

2.设置开机自启动

systemctl enable nginx.service

3.停止开机自启动

systemctl disable nginx.service

4.查看服务当前状态

systemctl status nginx.service

5.重新启动某服务

systemctl restart nginx.service

6.查看所有已启动的服务

systemctl

 

systemctl命令

标签:stat   系统   nginx服务   span   pre   restart   strong   rest   systemctl   

原文地址:https://www.cnblogs.com/756623607-zhang/p/9247276.html

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