知识屋:更实用的电脑技术知识网站
所在位置:首页 > 操作系统 > linux

linux boot sequence

发布时间:2014-09-05 14:28:41作者:知识屋

linux boot sequence
 
1.load bios(hardware information)
2.read MBR's config to find out the OS
 
3.load the kernel of the OS
4.init process starts..
5.execute /etc/rc.d/sysinit
 
6.start other modules(etc/modules.conf)
7.execute the run level scripts 
(启动/etc/rc0.d或rc1.d或rc2.d……)
 
 
NFS:Network File System 
 
8.execute /etc/rc.d/rc.local
 
9.execute /bin/login
 
10.shell started..
 
bty: rc.d is the directory for all run control daemons.
 
daemons are system services, usually running in the background.
 
rc意即run commands,d是daemons的意思
 
(免责声明:文章内容如涉及作品内容、版权和其它问题,请及时与我们联系,我们将在第一时间删除内容,文章内容仅供参考)
收藏
  • 人气文章
  • 最新文章
  • 下载排行榜
  • 热门排行榜