You failed. The score report says 672 and passing is 720. Here’s exactly what that means and what you do next.
That 48-point gap isn’t just a number. It represents specific knowledge gaps that tripped you up on exam day. Most candidates treat their second attempt like a retry of the first study plan. That’s why they fail again.
What Most Candidates Get Wrong About This
You’re about to spend 200 hours studying the same way you studied the first time. That’s the trap.
Your first attempt tells you something critical: general Linux knowledge isn’t enough. You know some things. You failed because you don’t know which things matter most on the LPIC-1 exam.
Most retake candidates do this:
- Study the entire LPIC-1 objectives again from scratch
- Use the same study materials (same practice tests, same videos)
- Spend time on topics they already understand
- Skip the diagnostic work that shows what actually broke on exam day
The candidates who pass on the second attempt do something completely different. They reverse-engineer their failed exam by analyzing where they lost points.
The Specific Problem You’re Facing
A 672 score on LPIC-1 means you likely passed some domains completely and crashed hard on others. The LPIC-1 exam has four domains:
- Domain 101: System Architecture and Boot (weight ~9%)
- Domain 102: Linux Installation and Package Management (weight ~17%)
- Domain 103: GNU and Unix Commands (weight ~43%)
- Domain 104: Devices, Linux Filesystems, Filesystem Hierarchy Standard (weight ~31%)
At 672/720, you probably got about 28 questions right out of 60 (the exam is adaptive, but assume roughly 60 scored items). That means you’re missing approximately 32 questions.
Here’s what that gap looks like in real exam terms: You might know systemctl commands cold but freeze on filesystem permissions. Or you can partition drives but fail on sed and awk one-liners. Or you understand package managers but bomb the boot process questions.
Your score report doesn’t break it down by domain. But your test performance does. The questions you struggled with cluster into patterns:
- One domain where you scored 50–60% (dangerous zone)
- One domain where you scored 65–75% (passable but fragile)
- Possibly one or two domains where you scored 80%+ (your strength)
That one dangerous domain is where your retake plan lives.
A Step-By-Step Approach That Works
Step 1: Extract the truth from your first attempt (3 hours)
Don’t retake a practice test blind. Retake it with a score tracker. Take your best full-length LPIC-1 practice exam again—the same one you used before, if possible. Don’t study for it. Just take it cold.
Record which questions you get wrong. Categorize them by domain and by question type:
- Scenario/troubleshooting questions (these are weighted heavily)
- Syntax/command-line recall
- Conceptual understanding
- File system or permissions logic
You’ll see a pattern. One type of question will hurt you repeatedly.
Step 2: Identify your one critical weakness (today)
You have one domain or question type that’s costing you 15–20 points. Not three. Not four. One.
For most candidates retaking LPIC-1, it’s one of these:
- GNU and Unix Commands (Domain 103) — specifically sed, awk, grep, piping, and regex
- Filesystem and Permissions (Domain 104) — specifically umask, chmod, chown, and mount scenarios
- Package Management (Domain 102) — specifically dependency resolution, yum vs. apt-get workflows, and broken package recovery
Common example: A candidate knows apt-get install and rpm -i but freezes when a practice test asks: “You need to remove a package and all its dependencies, but keep the configuration files. Which command works?” (Answer: apt-get remove not apt-get autoremove not dpkg -r). These nuance questions cost 2–3% of your score.
Identify yours. Write it down in one sentence.
Step 3: Rebuild that one domain (40–60 hours)
This is not general review. This is surgical.
Find a study resource that goes deep on your weak domain. Not a video course that covers it in 30 minutes. A resource that spends 5–8 hours on it.
For Domain 103 (GNU Commands), use:
- The book “The Linux Command Line” by William Shotts, chapters 7–10 (regex, sed, awk focus)
- Practice 50+ sed/awk/grep problems on the command line—not multiple choice, actual typing
- Use
manpages as your truth source
For Domain 104 (Filesystems), use:
- Deep dive on umask: practice setting 20 different umask values and predicting permissions
- Filesystem scenario labs: create a user, set up home directory structure, change ownership, verify with
ls -la - Mount troubleshooting: practice mounting drives, understanding fstab, handling mount failures
For Domain 102 (Package Management), use:
- Lab: break a package dependency, then fix it with your distro’s tools
- Compare apt-get vs. yum output for the same operations
- Practice 30 scenario questions specific to package recovery
Step 4: Validate with targeted practice tests (15 hours)
After 6 weeks of focused study, take targeted quizzes on your weak domain only. Not full exams yet.
Most LPIC-1 exam providers (Kaplan, CompTIA’s official resources) let you filter by domain. Take 100–150 questions from your weak domain. Get to 85%+.
Then take one full mock exam. You should score 695–705 minimum.
Step 5: Two days before the real exam
Stop studying. Review your one weak domain for 60 minutes. Sleep 8 hours. Eat protein the morning of the exam.
Don’t cram new material. You’re done learning. You’re just priming your memory.
What To Focus On (And What To Skip)
Focus on this:
- The domain where you scored lowest on your first attempt
- Hands-on labs: type the commands, don’t just watch videos
- Scenario questions: they make up 30–40% of LPIC-1 difficulty
- Your test provider’s official practice exams (they match the real exam tone)
Skip this:
- Retaking all four domains equally
- Advanced topics beyond the LPIC-1 scope (Docker, Kubernetes, Ansible—save this for LPIC-2)
- Memorizing command flags you’ll never see on the exam
- Videos longer than 10 minutes on single topics (they’re padding)
- Second and third practice test providers (stick with one trusted source)
Your Next Move
Do this today, not tomorrow:
- Open your test report or your email confirmation from your first LPIC-1 attempt.
- Take one full-length practice test from the same provider you used before.
- Record your score by domain (or by question type if domains aren’t listed).
- Identify the domain where you scored lowest.
- Write down that domain name and your score in that domain.
Send that to yourself in an email. That’s your target. That’s the only thing you’re fixing for the next six weeks.
You don’t need a new study plan. You need a targeted repair plan. This is it.