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

Linux - 开机启动

时间:2018-03-30 21:41:01      阅读:160      评论:0      收藏:0      [点我收藏+]

标签:sharp   highlight   load   服务启动   启动脚本   linux   inux   chain   har   

Linux 系统启动 

  grub开机启动项添加

vim /etc/grub.conf
title ms-dos
rootnoverify (hd0,0)
chainloader +1

 

Linux 应用服务启动

  开机启动脚本顺序

/etc/profile
/etc/profile.d/*.sh
~/bash_profile
~/.bashrc
/etc/bashrc

  一些安装服务的自启

chkconfig add server
chkconfig server on

 

Linux - 开机启动

标签:sharp   highlight   load   服务启动   启动脚本   linux   inux   chain   har   

原文地址:https://www.cnblogs.com/sharesdk/p/8678052.html

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