centos7systemctl介绍

 Linux中如何启动、重启、停止、重载服务以及检查服务(如 httpd.service)状态 

# systemctl start httpd.service

# systemctl restart httpd.service

# systemctl stop httpd.service

# systemctl reload httpd.service

# systemctl status httpd.service

posted @ 2019-09-21 14:33  v616  阅读(254)  评论(0编辑  收藏  举报