201-450 Exam QuestionsBrowse all questions from this exam

201-450 Exam - Question 29


A Linux server running systemd booted to rescue.target for maintenance. Which commands are used to restore the server to its usual target? (Choose two.)

Show Answer
Correct Answer: BE

To restore a Linux server running systemd from rescue.target to its usual target, the commands to be used are systemctl default and systemctl reboot. The command systemctl default will return the system to its default target, which is typically the multi-user or graphical target. The systemctl reboot command will reboot the system, and upon reboot, it will start in its default target unless specified otherwise. Therefore, the correct answers are systemctl default and systemctl reboot.

Discussion

9 comments
Sign in to comment
ryopi614Options: BE
Feb 9, 2020

Answer is B,E

consciousnessOptions: BE
Feb 27, 2020

Answer is B,E telinit only halts/shuts down the server

edhidekiOptions: BE
Jan 28, 2020

Talvez seja B e E

milan92stankovicOptions: BE
Jan 15, 2021

B,E - 100%

bluepenguinOptions: BE
Mar 27, 2022

telinit 0 is a shutdown and the wrong answer. So B, E should be correct.

KAYA2202Options: BE
Sep 8, 2022

Answer is B,E

serlanOptions: BE
Nov 15, 2022

Answer is B,E

SDXINOptions: BE
Mar 19, 2024

B. systemctl default: This command will return the system to its default target, which is typically the multi-user target or the graphical target. E. systemctl reboot: This command will reboot the system. Upon reboot, the system will starhttps://www.examtopics.com/exams/lpi/201-450/view/2/#t up in its default target unless otherwise specified.

debloidOptions: BE
Jul 16, 2024

A. telinit 0 - shutdown server B. systemctl default - command is used to switch the system to the default target C. sync - synchronizes data corresponding to the file in volatile memory and permanent storage, forcing pending reads and writes to be executed immediately. D. systemctl emergency ?? E. systemctl reboot - reboot and start normaly