> CentOS > CentOS入门 >

centos7中systemctl命令使用方法和心得体会

使用linux的同学对service和chkconfig两个命令都不陌生,其重要性不言而喻,那么怎么会突然冒出个systemctl命令呢?其实,为了简化操作,systemctl命令将service和chkconfig命令结合在了一起。这样通过一个命令就可以实现两个命令的功能。

工具/原料

  • centos7

方法/步骤

  1.  

    systemctl命令的基本操作格式是:

    systemctl   动作   服务名.service

    看一下--help的解释

    centos7中systemctl命令使用方法和心得体会
  2.  

    在这里以httpd服务为例子,现在启动(关闭,重启)服务:

    centos7中systemctl命令使用方法和心得体会
  3.  

    检查服务状态:

     

    centos7中systemctl命令使用方法和心得体会
  4.  

    使服务开机启动:

     
  5.  

    取消服务开机启动:

     
     
  6. 6

    总结:

    使用systemctl命令,要记住start,stop,restart,status,enable,disable,is-enabled。就可以很好的使用!


(责任编辑:IT)