nerdexam
CompTIA

XK0-005 · Question #41

Which of the following are init systems used within Linux systems? (Choose THREE correct answers.)

The correct answer is B. systemd C. Upstart E. SysV init. This question identifies common init systems used in Linux to manage the boot process and services.

System Management

Question

Which of the following are init systems used within Linux systems? (Choose THREE correct answers.)

Options

  • Astartd
  • Bsystemd
  • CUpstart
  • DSysInit
  • ESysV init

How the community answered

(30 responses)
  • A
    7% (2)
  • B
    90% (27)
  • D
    3% (1)

Why each option

This question identifies common init systems used in Linux to manage the boot process and services.

Astartd

'startd' is not a recognized or standard init system in Linux.

BsystemdCorrect

systemd is the current default and widely adopted init system in many modern Linux distributions, managing processes and services after the kernel boots.

CUpstartCorrect

Upstart was an event-based init system developed by Ubuntu, used in several distributions before the widespread adoption of systemd.

DSysInit

'SysInit' is not a recognized or standard init system in Linux; it's a generic term, not a specific system.

ESysV initCorrect

SysV init (System V init) is the traditional and oldest init system used in many Unix-like operating systems and older Linux distributions, managing processes via runlevels and scripts.

Concept tested: Linux init systems identification

Source: https://www.redhat.com/sysadmin/systemd-system-manager

Topics

#Linux init systems#systemd#Upstart#SysV init

Community Discussion

No community discussion yet for this question.

Full XK0-005 Practice