浅谈Linux系统的启动流程
Linux系统的启动时通过读取不同的配置文件,执行相应的Shell脚本完成的。当然本文只是简单的从文件的角度分析,更深层次的本文没涉及。主要读取了以下文件:/boot/grub/grub.conf/etc/inittab/etc/rc5.d(rc.d) 0-99 Seq/etc/passwd (Login,input username and password)/etc/shadow/etc/profile:init the env var of user...