1.1 LPIC-1 101-500 Exam Structure & Blueprint
Key Takeaways
- The LPIC-1 Exam 101 (version 500) consists of 60 questions administered over 90 minutes with a scaled passing score of 500 on a 200–800 range.
- Topic 103 (GNU and Unix Commands) is the highest-weighted domain at Weight 26 (43.3% of exam content), followed by Topic 104 (Weight 14, 23.3%), Topic 102 (Weight 12, 20.0%), and Topic 101 (Weight 8, 13.3%) for a total weight of 60 — one weight point per exam question.
- The exam utilizes two primary question formats: standard Multiple Choice (single-choice and explicit multi-response items) and strict Fill-in-the-Blank (free-text command or path entries without partial credit).
- To achieve active LPIC-1 certification, candidates must pass both Exam 101-500 and Exam 102-500 within a rolling 5-year window; the certification remains active for 5 years and can be renewed by passing higher-level exams (LPIC-2) or retaking current exams.
- Exams are delivered globally through Pearson VUE test centers or via the OnVUE online proctoring platform, requiring an active LPI ID and valid government-issued identification.
1.1 LPIC-1 101-500 Exam Structure & Blueprint
Quick Summary: The LPIC-1 101-500 exam is a 90-minute, 60-question vendor-neutral Linux administration certification exam. Passing requires a scaled score of 500 on a 200–800 scale. The blueprint comprises 4 objective domains with a cumulative weight of 60, heavily anchored by Topic 103 (GNU and Unix Commands at 43.3% of total weight). Earning the LPIC-1 credential requires passing both Exam 101-500 and Exam 102-500 within a rolling 5-year window.
1. Exam Specifications & Administrative Overview
The Linux Professional Institute Certification 1 (LPIC-1) is the premier global, vendor-neutral certification for junior to mid-level Linux systems administrators. Exam 101-500 represents the first of two exams required to attain the LPIC-1 credential. Version 5.0 (designated 101-500) reflects modern enterprise Linux realities, covering system architecture, package management across Debian and RPM ecosystems, GNU core utilities, storage devices, and the Filesystem Hierarchy Standard (FHS).
Official Exam Parameters
| Specification | Detail |
|---|---|
| Exam Code | 101-500 (Version 5.0) |
| Number of Questions | 60 questions |
| Duration | 90 minutes of testing time for 60 questions (LPI publishes no separate seat-time, tutorial, or survey allowance) |
| Passing Score | 500 (on a scaled score range from 200 to 800) |
| Question Formats | Single-choice Multiple Choice, Multi-response Multiple Choice, and Fill-in-the-Blank (Type-in) |
| Prerequisites | None (Candidates may take Exam 101 and Exam 102 in any order) |
| Delivery Methods | Pearson VUE Authorized Test Centers and OnVUE Online Proctoring |
| Languages Available | English, German, Japanese, Portuguese (Brazilian), Spanish, Chinese (Simplified & Traditional) |
| Validity Period | 5 years from the date both Exam 101 and Exam 102 are successfully completed |
2. Comprehensive Blueprint & Weight Distribution
The Linux Professional Institute utilizes an objective-weighting mechanism to establish the relative prominence of each subject area. Each subtopic within the blueprint is assigned an integer weight. On Exam 101-500 those weights sum to exactly 60, matching the 60 items on the exam, so a subtopic's weight is a direct estimate of how many questions it contributes (1 weight point ≈ 1 question). Weights on this exam run from 1 (102.3 Manage shared libraries, 102.6 Linux as a virtualization guest) to 4 (103.1, 103.3, 103.4, 103.5).
Across Exam 101-500, the cumulative weight equals 60 points distributed across four primary domains:
- Topic 101: System Architecture (Weight 8 / 60 ≈ 13.3%)
- Topic 102: Linux Installation and Package Management (Weight 12 / 60 = 20.0%)
- Topic 103: GNU and Unix Commands (Weight 26 / 60 ≈ 43.3%)
- Topic 104: Devices, Linux Filesystems, Filesystem Hierarchy Standard (Weight 14 / 60 ≈ 23.3%)
Exam 101-500 Weight Breakdown (Total Weight = 60 = 60 questions):
┌─────────────────────────────────────────────────────────────────────────┐
│ Topic 103: GNU & Unix Commands (Weight 26 / 43.3%) │
├───────────────────────────────────┬─────────────────────────────────────┤
│ Topic 104: Devices & FS (14/23.3%)│ Topic 102: Install & Pkg (12/20.0%) │
├───────────────────────────────────┴─────────────────────────────────────┤
│ Topic 101: System Architecture (Weight 8 / 13.3%) │
└─────────────────────────────────────────────────────────────────────────┘
Detailed Subtopic Breakdown
| Topic & Subtopic ID | Objective Title | Weight | Est. Questions | Core Exam Focus Areas |
|---|---|---|---|---|
| Topic 101 | System Architecture | 8 | ~8 | Hardware discovery, boot sequence, and initialization |
| 101.1 | Determine and configure hardware settings | 2 | ~2 | /proc, /sys, lspci, lsusb, lsmod, modprobe, udev |
| 101.2 | Boot the system | 3 | ~3 | BIOS/UEFI, bootloader stage, kernel loading, initramfs, dmesg, journalctl, SysVinit / systemd, Upstart awareness |
| 101.3 | Change runlevels / boot targets and shutdown/reboot | 3 | ~3 | systemctl, systemd targets, SysVinit runlevels, telinit, shutdown, wall, acpid awareness |
| Topic 102 | Linux Installation and Package Management | 12 | ~12 | Storage layout, bootloaders, shared libraries, package tools |
| 102.1 | Design hard disk layout | 2 | ~2 | Partition schemes, standard mount points (/, /var, /home, /boot), swap space sizing |
| 102.2 | Install a boot manager | 2 | ~2 | GRUB Legacy (menu.lst), GRUB 2 (grub.cfg, /etc/default/grub, grub-install) |
| 102.3 | Manage shared libraries | 1 | ~1 | ldd, ldconfig, /etc/ld.so.conf, /etc/ld.so.cache, LD_LIBRARY_PATH |
| 102.4 | Use Debian package management | 3 | ~3 | dpkg, apt, apt-get, apt-cache, /etc/apt/sources.list |
| 102.5 | Use RPM and YUM package management | 3 | ~3 | rpm, yum, dnf, zypper, /etc/yum.repos.d/ |
| 102.6 | Linux as a virtualization guest | 1 | ~1 | Hypervisor awareness, DMI/SMBIOS (dmidecode), cloud-init, VM drivers |
| Topic 103 | GNU and Unix Commands | 26 | ~26 | Command line, streams, text filters, processes, regex, vi |
| 103.1 | Work on the command line | 4 | ~4 | Shell execution, environment variables (export, env, set), alias, history |
| 103.2 | Process text streams using filters | 2 | ~2 | cat, head, tail, less, cut, paste, sort, uniq, wc, tr, sed, split, nl, od, md5sum, sha256sum, sha512sum, zcat, bzcat, xzcat |
| 103.3 | Perform basic file management | 4 | ~4 | cp, mv, rm, touch, mkdir, rmdir, ls, file, file globbing, find, tar, cpio, dd, gzip, bzip2, xz |
| 103.4 | Use streams, pipes and redirects | 4 | ~4 | Redirection (<, >, >>, 2>, 2>&1, &>), pipelines (` |
| 103.5 | Create, monitor and kill processes | 4 | ~4 | ps, top, free, uptime, watch, pgrep, pkill, killall, kill, signals (SIGTERM 15, SIGKILL 9, SIGHUP 1, SIGINT 2), job control (&, bg, fg, jobs, nohup), screen, tmux |
| 103.6 | Modify process execution priorities | 2 | ~2 | Nice values (-20 to 19), nice, renice |
| 103.7 | Search text files using regular expressions | 3 | ~3 | Basic & Extended Regular Expressions (^, $, [], [^], *, +, ?, ` |
| 103.8 | Basic file editing | 3 | ~3 | vi / vim modes (Command, Insert, Ex), navigation, saving, exiting, search/replace, EDITOR, awareness of Emacs and nano |
| Topic 104 | Devices, Linux Filesystems, FHS | 14 | ~14 | Partitions, filesystem creation, mounting, permissions, links, FHS |
| 104.1 | Create partitions and filesystems | 2 | ~2 | MBR vs. GPT, fdisk, gdisk, parted, mkfs (ext2/ext3/ext4, XFS, VFAT, exFAT), Btrfs basics, mkswap |
| 104.2 | Maintain the integrity of filesystems | 2 | ~2 | fsck, e2fsck, mke2fs, tune2fs, dumpe2fs, df, du, xfs_repair, xfs_fsr, xfs_db |
| 104.3 | Control mounting and unmounting | 3 | ~3 | mount, umount, /etc/fstab, /media/, blkid, lsblk, UUIDs, labels, mount options (ro, rw, noexec, auto, user), systemd mount units |
| 104.5 | Manage file permissions and ownership | 3 | ~3 | chmod (octal & symbolic), chown, chgrp, umask, SUID (4000), SGID (2000), Sticky Bit (1000) |
| 104.6 | Create and change hard and symbolic links | 2 | ~2 | ln, ln -s, inode mechanics, link count, cross-filesystem limitations |
| 104.7 | Find system files and place files in correct location | 2 | ~2 | Filesystem Hierarchy Standard (/bin, /sbin, /usr, /var, /etc, /tmp, /opt), find, locate, which, whereis, type, updatedb |
3. Question Formats & Examination Mechanics
LPIC-1 tests both theoretical understanding and exact operational command syntax through three distinct item formats:
A. Single-Choice Multiple Choice
Candidates select one correct answer from four or five radio buttons. These test definitions, parameter meanings, standard file paths, or the output of a specific command sequence.
B. Multi-Response Multiple Choice
Candidates select multiple correct answers from a list of checkboxes. LPI exam items always explicitly state the required number of choices in the question prompt (e.g., "(Choose TWO)" or "(Choose THREE)"). There is no partial credit: selecting fewer or more options than requested, or selecting an incorrect option in the set, results in zero points for that question.
C. Strict Fill-in-the-Blank (Type-in Questions)
Candidates must type the exact command, parameter, configuration directive, or absolute file path into a single-line text input field. These questions assess active recall rather than passive recognition.
- Exact matching: Evaluated by automated string comparison against a strict whitelist of correct variations.
- Case sensitivity: Linux commands are strictly lowercase (
grep, notGreporGREP). - No extraneous arguments: Unless explicitly instructed to provide options or arguments, candidates must enter only the bare command name (e.g.,
fdisk, notfdisk /dev/sda).
4. LPIC-1 Certification Roadmap & Administrative Policies
The Two-Exam Requirement
To earn the LPIC-1 Certified Linux Administrator credential, candidates must successfully pass:
- Exam 101-500 (Covers Topics 101–104: Core Linux architecture, installation, GNU commands, storage, and FHS)
- Exam 102-500 (Covers Topics 105–110: Shell scripting, user interfaces, administrative tasks, networking fundamentals, and security)
Candidates may take the exams in any sequence (Exam 102 may be passed before Exam 101). However, both exams must be passed within a rolling 5-year window. If the gap between passing the first and second exam exceeds 5 years, the first exam expires and must be retaken.
LPIC Certification Progression Hierarchy:
┌────────────────────────────────────────────────────────┐
│ LPIC-3: Enterprise Professional (300, 303, 305, or 306) │
└───────────────────────────▲────────────────────────────┘
│ (Requires Active LPIC-2)
┌───────────────────────────┴────────────────────────────┐
│ LPIC-2: Linux Engineer (Exams 201-450 & 202-450) │
└───────────────────────────▲────────────────────────────┘
│ (Requires Active LPIC-1)
┌───────────────────────────┴────────────────────────────┐
│ LPIC-1: Linux Administrator (Exams 101-500 & 102-500) │
└────────────────────────────────────────────────────────┘
Recertification & Validity
An active LPIC-1 certification remains valid for 5 years. To maintain active certification status beyond 5 years, candidates must either:
- Retake and pass both current LPIC-1 exams (101 and 102), OR
- Pass the higher-level LPIC-2 exams (Exam 201 and Exam 202) prior to the expiration date. Achieving LPIC-2 automatically recertifies all lower-level LPIC-1 certifications for an additional 5 years.
Retake Policy
If a candidate does not pass an exam on their first attempt, LPI enforces the following retake schedule:
- First Retake: Must wait at least one week (7 days) before re-testing.
- Second and Subsequent Retakes: Must wait at least 14 days between each subsequent attempt.
- After a Pass: A candidate who passes an LPI exam may not retake that same exam for two years.
- Version Rule: Different versions of the same exam count as one exam for retake purposes — 101-400 and 101-500 are treated as the same exam.
Registration Workflow
- Obtain an LPI ID: Register for a free, permanent identification number at lpi.org.
- Schedule with Pearson VUE: Log into Pearson VUE using the LPI ID and choose either an on-site testing center or the OnVUE online proctored exam.
- ID Requirements: At check-in, candidates must present one primary, government-issued photo ID with signature (e.g., passport, driver's license) and ensure their Pearson VUE profile name exactly matches the legal name on their identification.
What is the official passing score and scaled score range for the LPIC-1 Exam 101-500?
Which topic domain carries the single highest weight on the LPIC-1 101-500 exam blueprint?
A candidate successfully passes LPIC-1 Exam 101-500 on March 1, 2026. By what deadline must the candidate pass Exam 102-500 to be officially awarded the LPIC-1 certification?