How RH Linux Boots :: /etc/rc.d Directory


/etc/rc.d/ is RH's main directory for things having to do with booting.  A typical dirctory could contain the following
init.d/      - holds start/kill script files referenced from rc?.d/links
rc           - a script file
rc.local     - a script file
rc.news      - a script file
rc.sysinit   - a script file
rc0.d/       - holds symbolic links to start/kill various processes
rc1.d/
rc2.d/
rc3.d/
rc4.d/
rc5.d/
rc6.c/

 
 



init&inittab

index

other_init_files