System V init boot process

  • init starts and reads /etc/inittab to determine its default runlevel

  • init goes to /etc/rcS.d and runs each script that begins with an S in numerical order with start argument.

  • init does the same for the /etc/rc3.d directory

  • init is finished but stays running in the background, waiting for the runlevel to change.

Last updated

Was this helpful?