LPIC-1 System Architecture Practice Question
Exhibit
# systemctl get-default multi-user.target # ls -l /etc/systemd/system/default.target lrwxrwxrwx 1 root root 37 Jan 10 10:00 /etc/systemd/system/default.target -> /lib/systemd/system/multi-user.target
Refer to the exhibit. What is the current default target?
⚠ Common exam trap
In LPI exams, candidates often confuse rescue.target (single-user with basic services) with multi-user.target (full multi-user console) or assume graphical.target is the default on all systems.
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
multi-user.target
The current default target is multi-user.target because the output of the `systemctl get-default` command shows 'multi-user.target'. This target provides a non-graphical, multi-user console environment without a display manager, which is the standard default on many server-oriented Linux distributions.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
emergency.target
Why it's wrong here
Not shown; emergency.target is even more minimal.
- ✓
multi-user.target
Why this is correct
Both the command output and the symlink indicate multi-user.target.
- ✗
rescue.target
Why it's wrong here
Not indicated; rescue.target is used for emergencies.
- ✗
graphical.target
Why it's wrong here
The exhibit shows multi-user.target, not graphical.
Go deeper
Related to this question
About these practice questions
This LPIC-1 question is part of Courseiva's 527-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This LPIC-1 practice question is part of Courseiva's free LPI certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the LPIC-1 exam.