某公司linux題庫/答案(300題)收藏[124]-2015/05/14
某公司linux題庫/答案(300題)收藏[124]-2015/05/14
<124> 試說明開機流程:
1. BIOS
2. MBR ( boot loader )
3. Loader ( lilo or grub, stage 1 and stage 2 )
4. Kernel loader ( /boot/vmlinuz )
5. init process ( 讀取 /etc/inittab 取得 run-level )
6. 開始執行 /etc/rc.d 內的 scripts
7. 執行 /etc/modules.conf 內部的額外 kernel 模組
8. 執行 /etc/rc.d/rc[1-6].d 的這些 run-level 內的 scripts !
9. 執行 /bin/login 等待使用者登入!