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

 

相关文章:

  • 2021-11-22
  • 2021-06-04
  • 2021-12-08
  • 2022-02-10
  • 2021-06-12
  • 2021-06-06
  • 2021-06-10
猜你喜欢
  • 2021-11-17
  • 2021-09-29
  • 2022-12-23
  • 2021-07-17
  • 2022-12-23
  • 2021-08-25
相关资源
相似解决方案