频道栏目
首页 > 资讯 > Linux > 正文

linux boot sequence

13-06-07        来源:[db:作者]  
收藏   我要投稿
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的意思
 
相关TAG标签
上一篇:Linux企业实用命令
下一篇:java学习笔记10--枚举
相关文章
图文推荐

关于我们 | 联系我们 | 广告服务 | 投资合作 | 版权申明 | 在线帮助 | 网站地图 | 作品发布 | Vip技术培训 | 举报中心

版权所有: 红黑联盟--致力于做实用的IT技术学习网站