LPIC-2 Exam 201 (Linux Engineer) — Question 1

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.)

Answer options

Correct answer: B, E

Explanation

The correct commands to restore the server to its normal target are 'systemctl default' (B), which sets the default target, and 'systemctl reboot' (E), which reboots the system. The other options either do not achieve the desired result or are not appropriate for returning to the usual operating state.