LPIC-1 Exam 101 (Linux Administrator) — Question 18
Which of the following are init systems used within Linux systems? (Choose THREE correct answers.)
Answer options
- A. startd
- B. systemd
- C. Upstart
- D. SysInit
- E. SysV init
Correct answer: B, C, E
Explanation
The correct answers are B (systemd), C (Upstart), and E (SysV init) because these are recognized init systems used in various Linux distributions. Option A (startd) is not a standard init system in Linux, and D (SysInit) does not represent a commonly used init system.