Initialization & Startup Files

Hi Every Body, I want to know which files are read by the system during startup (initialization files) & in which order they are read?

inittab may be a good place to start.

start by looking at /sbin/rc.boot

It all starts there and branches depending on how you want to boot; runlevel, network boot, graphical etc...