101-400 Exam QuestionsBrowse all questions from this exam

101-400 Exam - Question 7


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

Show Answer
Correct Answer: BCE

In Linux systems, the init system is the first process started by the kernel during the boot process. Systemd is a popular init system used in many modern Linux distributions. Upstart was an event-based init system used in some Linux distributions as a replacement for the traditional init daemon but is now less common. SysV init is one of the original init systems used in Unix and Unix-like systems and was widely used in older Linux distributions before being largely replaced by systemd.

Discussion

3 comments
Sign in to comment
chevreuil00Options: BCE
Aug 19, 2022

BCE are correct

prometeu
Jun 14, 2023

C. Upstart - Upstart is a discontinued event-based replacement for the traditional init daemon—the method by which several Unix-like computer operating systems perform tasks when the computer is started. https://en.wikipedia.org/wiki/Upstart_(software)

DuboisNicolasDuclairOptions: BCE
Oct 21, 2023

B. systemd: systemd is a popular and widely used init system in modern Linux distributions. It's designed to manage system initialization and services. C. Upstart: Upstart was used in some Linux distributions as an alternative to SysV init, but it has become less common in favor of systemd. E. SysV init: SysV init is one of the traditional init systems used in many older Linux distributions. It has been largely replaced by systemd in modern systems but is still present in some.