码迷,mamicode.com
首页 > 系统相关 > 详细

CentOS linux7 设置开机启动服务

时间:2017-10-11 15:27:00      阅读:254      评论:0      收藏:0      [点我收藏+]

标签:stop   描述   重启   type   停止   查看   linux   ble   常用   

常用命令

描述                                 旧命令            新命令

使服务自动启动           chkconfig --level 3 http on    systemctl enable 服务名.service    systemctl enable httpd.service

使服务不自动启动       chkconfig --level 3httpd off   systemctl disable 服务名.sevice

查看服务章台                service httpd status                      systemctl status httpd.service        systemctl is-active httpd.service

查看所有已启动的服务  chkconfig --list                              systemctl  list-units --type=service

启动服务                      service httpd start                          systemctl start httpd.service

停止服务                      service httpd stop                           systemctl stop httpd.service

重启服务                      service httpd restart                        systemctl restart httpd.service

CentOS linux7 设置开机启动服务

标签:stop   描述   重启   type   停止   查看   linux   ble   常用   

原文地址:http://www.cnblogs.com/xianhaiyan/p/7650391.html

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