Which command would force a system to reboot into rescue mode from a non-graphical environment?

Prepare for the Red Hat Certified Systems Admin Exam EX200. Enhance your skills with interactive quizzes, flashcards, and detailed explanations. Ace your certification exam today!

Multiple Choice

Which command would force a system to reboot into rescue mode from a non-graphical environment?

Explanation:
Isolating to rescue.target is the way to enter a minimal, maintenance-oriented environment from a running system. In systemd, rescue mode is a stripped-down state with essential services only and no graphical interface. By issuing systemctl isolate rescue.target, the system stops services tied to the current target and starts only those needed for rescue, dropping you into a root shell with a safe, minimal environment without rebooting. The other options don’t achieve this exact effect: isolating multi-user.target would bring you to a non-graphical state that’s fuller than rescue, rebooting with a rescue flag would restart the machine (and isn’t guaranteed to land in rescue mode immediately), and shutting down with a reboot option simply restarts into the system’s default target.

Isolating to rescue.target is the way to enter a minimal, maintenance-oriented environment from a running system. In systemd, rescue mode is a stripped-down state with essential services only and no graphical interface. By issuing systemctl isolate rescue.target, the system stops services tied to the current target and starts only those needed for rescue, dropping you into a root shell with a safe, minimal environment without rebooting. The other options don’t achieve this exact effect: isolating multi-user.target would bring you to a non-graphical state that’s fuller than rescue, rebooting with a rescue flag would restart the machine (and isn’t guaranteed to land in rescue mode immediately), and shutting down with a reboot option simply restarts into the system’s default target.

Subscribe

Get the latest from Passetra

You can unsubscribe at any time. Read our privacy policy