Lowest level boot-up configuration (/etc/inittab)

The inittab file describes which processes are started at bootup and during normal operation (e.g. /etc/init.d/boot, /etc/init.d/rc, gettys...). Init(8) distinguishes multiple runlevels, each of which can have its own set of processes that are started. Valid runlevels are 0-6 plus A, B, and C for ondemand entries. An entry in the inittab file has the following format:

               id:runlevels:action:process

Lines beginning with `#' are ignored. There should no reason for most users to change this file.