inittab
Inittab is a configuration file used by traditional init systems, most notably SysVinit, to control system startup, runlevel transitions, and shutdown behavior. It tells the init process which programs to run, when to run them, and how to respond to system events.
Typically located at /etc/inittab, the file consists of lines with four fields: id, runlevels, action, and process.
Runlevel specification determines when entries apply. Actions control behavior, with common examples including sysinit (run once
While inittab is central to SysVinit-style systems, many modern Linux distributions have migrated to alternatives such