System Administration Guide: Basic Administration

What Happens When the System Is Brought to Run Level 3

  1. The init process is started and reads the /etc/default/init file to set any environment variables. By default, only the TIMEZONE variable is set.

    1. Then, init reads the inittab file and does the following:

    2. Executes any process entries that have sysinit in the action field so that any special initializations can take place before users login.

    3. Passes the startup activities to svc.startd.

    For a detailed description of how the init process uses the inittab file, see init(1M).