An administrator needs to make an application change via a script that must be run only in console mode. Which of the following best represents the sequence the administrator should execute to accomplish this task?
A.
systemctl isolate multi-user.target sh script.sh systemctl isolate graphical.target
B.
systemctl isolate graphical.target sh script.sh systemctl isolate multi-user.target
C.
sh script.sh systemctl isolate multi-user.target systemctl isolate graphical.target
D.
systemctl isolate multi-user.target systemctl isolate graphical.target sh script.sh
It's A.
systemctl isolate multi-user.target would switch the system from the GUI to a console screen
sh script.sh executes the script
systemctl isolate graphical.target would return the system to the GUI
upvoted 4 times
...
This section is not available anymore. Please use the main Exam Page.XK0-005 Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
BlackSkullz
8 months, 4 weeks ago