2011年7月8日
摘要: rc.d的内容如下: init.d/ :各种服务器和程序的二进制文件存放目录。 rcx.d/: 各个启动级别的执行程序连接目录。里头的东西都是指向init.d/的一些软连接。具体的后边叙述。 还有三个脚本:rc.sysinit, rc, rc.local redhat的启动方式和执行次序是: 加载内核 执行init程序 /etc/rc.d/rc.sysinit # 由init执行的第一个脚本 /etc/rc.d/rc $RUNLEVEL # $RUNLEVEL为缺省的运行模式 /etc/rc.d/rc.local /sbin/mingetty # 等待用户登录 在Redhat中,/etc/rc 阅读全文
posted @ 2011-07-08 12:34 肯定;爱 阅读(362) 评论(0) 推荐(0) 编辑
摘要: linux 问题解决http://elinux.org/Flameman/mac68k好博客http://blogold.chinaunix.net/u2/68904/showart_1830146.htmlIBM 资料102考试http://www.ibm.com/developerworks/cn/内核结构 通国嵌http://www.ibm.com/developerworks/cn/linux/l-linux-kernel/ 阅读全文
posted @ 2011-07-08 11:02 肯定;爱 阅读(104) 评论(0) 推荐(0) 编辑