QuestionQ24

Linux Fundamentals

Which Linux file lists all processes that are started at boot time?

  • A inetd
  • B netsrv
  • C initd
  • D inittab
Explanation

Under the traditional SysV init system, /etc/inittab defines the runlevel actions that init uses during boot. It initiates the scripts and processes configured for the selected runlevel; /etc/init.d holds service scripts rather than being the boot-process listing itself.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!