101-400 Exam QuestionsBrowse all questions from this exam

101-400 Exam - Question 15


Which of the following options for the kernel's command line changes the systemd boot target to rescue.target instead of the default target?

Show Answer
Correct Answer: E

To change the systemd boot target to rescue.target, the correct kernel command line option is systemd.unit=rescue.target. Systemd uses the 'unit' parameter to specify which target or service to start.

Discussion

1 comment
Sign in to comment
DuboisNicolasDuclairOption: A
Oct 21, 2023

The option for changing the systemd boot target to `rescue.target` on the kernel's command line is: A. `systemd.target=rescue.target` You can specify `systemd.target=rescue.target` as a kernel parameter to instruct systemd to boot directly into the rescue target, which is a single-user mode or maintenance mode used for system recovery and repair tasks.