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.
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)- A7% (2)
- B90% (27)
- D3% (1)
Why each option
This question identifies common init systems used in Linux to manage the boot process and services.
'startd' is not a recognized or standard init system in Linux.
systemd is the current default and widely adopted init system in many modern Linux distributions, managing processes and services after the kernel boots.
Upstart was an event-based init system developed by Ubuntu, used in several distributions before the widespread adoption of systemd.
'SysInit' is not a recognized or standard init system in Linux; it's a generic term, not a specific system.
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
Community Discussion
No community discussion yet for this question.