Centos5,6的启动流程

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Centos5,6的启动流程相关的知识,希望对你有一定的参考价值。

CentOS5/6的启动流程

启动流程画了张图,看着更清晰些: (centos7的启动流程变化挺大的,这部分待补充)

技术分享图片


补充(/etc/rc.d/rc.local 不属于任何服务,为特殊文件,可将不能定义为服务又想开机运行的命令定义在此文件中)

 

添加自定义服务:

[[email protected] init.d]# vi  /etc/init.d/testsrv 

#!/bin/bash

#chkconfig: 223 92 60

#description:              programs at periodic scheduled times. vixie cron adds a \

#              number of features to the basic UNIX cron, including better \

#              security and more powerful configuration options.#

echo "hello"

 

[[email protected] init.d]# chkconfig --add  testsrv

 

[[email protected] init.d]# service testsrv

hello


以上是关于Centos5,6的启动流程的主要内容,如果未能解决你的问题,请参考以下文章

linux系统启动流程(CentOS5/6/7为例)

CentOS系统启动流程

Linux CentOS 5/6启动流程

CentOS系统启动流程

Centos 系统启动流程

centos 启动流程及grubinitramfs修复