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.
Last updated: August 2026

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

SpecificationDetail
Exam Code101-500 (Version 5.0)
Number of Questions60 questions
Duration90 minutes of testing time for 60 questions (LPI publishes no separate seat-time, tutorial, or survey allowance)
Passing Score500 (on a scaled score range from 200 to 800)
Question FormatsSingle-choice Multiple Choice, Multi-response Multiple Choice, and Fill-in-the-Blank (Type-in)
PrerequisitesNone (Candidates may take Exam 101 and Exam 102 in any order)
Delivery MethodsPearson VUE Authorized Test Centers and OnVUE Online Proctoring
Languages AvailableEnglish, German, Japanese, Portuguese (Brazilian), Spanish, Chinese (Simplified & Traditional)
Validity Period5 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:

  1. Topic 101: System Architecture (Weight 8 / 60 ≈ 13.3%)
  2. Topic 102: Linux Installation and Package Management (Weight 12 / 60 = 20.0%)
  3. Topic 103: GNU and Unix Commands (Weight 26 / 60 ≈ 43.3%)
  4. 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 IDObjective TitleWeightEst. QuestionsCore Exam Focus Areas
Topic 101System Architecture8~8Hardware discovery, boot sequence, and initialization
101.1Determine and configure hardware settings2~2/proc, /sys, lspci, lsusb, lsmod, modprobe, udev
101.2Boot the system3~3BIOS/UEFI, bootloader stage, kernel loading, initramfs, dmesg, journalctl, SysVinit / systemd, Upstart awareness
101.3Change runlevels / boot targets and shutdown/reboot3~3systemctl, systemd targets, SysVinit runlevels, telinit, shutdown, wall, acpid awareness
Topic 102Linux Installation and Package Management12~12Storage layout, bootloaders, shared libraries, package tools
102.1Design hard disk layout2~2Partition schemes, standard mount points (/, /var, /home, /boot), swap space sizing
102.2Install a boot manager2~2GRUB Legacy (menu.lst), GRUB 2 (grub.cfg, /etc/default/grub, grub-install)
102.3Manage shared libraries1~1ldd, ldconfig, /etc/ld.so.conf, /etc/ld.so.cache, LD_LIBRARY_PATH
102.4Use Debian package management3~3dpkg, apt, apt-get, apt-cache, /etc/apt/sources.list
102.5Use RPM and YUM package management3~3rpm, yum, dnf, zypper, /etc/yum.repos.d/
102.6Linux as a virtualization guest1~1Hypervisor awareness, DMI/SMBIOS (dmidecode), cloud-init, VM drivers
Topic 103GNU and Unix Commands26~26Command line, streams, text filters, processes, regex, vi
103.1Work on the command line4~4Shell execution, environment variables (export, env, set), alias, history
103.2Process text streams using filters2~2cat, head, tail, less, cut, paste, sort, uniq, wc, tr, sed, split, nl, od, md5sum, sha256sum, sha512sum, zcat, bzcat, xzcat
103.3Perform basic file management4~4cp, mv, rm, touch, mkdir, rmdir, ls, file, file globbing, find, tar, cpio, dd, gzip, bzip2, xz
103.4Use streams, pipes and redirects4~4Redirection (<, >, >>, 2>, 2>&1, &>), pipelines (`
103.5Create, monitor and kill processes4~4ps, 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.6Modify process execution priorities2~2Nice values (-20 to 19), nice, renice
103.7Search text files using regular expressions3~3Basic & Extended Regular Expressions (^, $, [], [^], *, +, ?, `
103.8Basic file editing3~3vi / vim modes (Command, Insert, Ex), navigation, saving, exiting, search/replace, EDITOR, awareness of Emacs and nano
Topic 104Devices, Linux Filesystems, FHS14~14Partitions, filesystem creation, mounting, permissions, links, FHS
104.1Create partitions and filesystems2~2MBR vs. GPT, fdisk, gdisk, parted, mkfs (ext2/ext3/ext4, XFS, VFAT, exFAT), Btrfs basics, mkswap
104.2Maintain the integrity of filesystems2~2fsck, e2fsck, mke2fs, tune2fs, dumpe2fs, df, du, xfs_repair, xfs_fsr, xfs_db
104.3Control mounting and unmounting3~3mount, umount, /etc/fstab, /media/, blkid, lsblk, UUIDs, labels, mount options (ro, rw, noexec, auto, user), systemd mount units
104.5Manage file permissions and ownership3~3chmod (octal & symbolic), chown, chgrp, umask, SUID (4000), SGID (2000), Sticky Bit (1000)
104.6Create and change hard and symbolic links2~2ln, ln -s, inode mechanics, link count, cross-filesystem limitations
104.7Find system files and place files in correct location2~2Filesystem 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, not Grep or GREP).
  • No extraneous arguments: Unless explicitly instructed to provide options or arguments, candidates must enter only the bare command name (e.g., fdisk, not fdisk /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:

  1. Exam 101-500 (Covers Topics 101–104: Core Linux architecture, installation, GNU commands, storage, and FHS)
  2. 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

  1. Obtain an LPI ID: Register for a free, permanent identification number at lpi.org.
  2. 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.
  3. 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.
Loading diagram...
LPIC-1 101-500 Domain Weight & Coverage Architecture
Test Your Knowledge

What is the official passing score and scaled score range for the LPIC-1 Exam 101-500?

A
B
C
D
Test Your Knowledge

Which topic domain carries the single highest weight on the LPIC-1 101-500 exam blueprint?

A
B
C
D
Test Your Knowledge

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?

A
B
C
D