CertGrid
Linux Study Guide

LPIC-1: Linux Administrator Study Guide

LPIC-1: Linux Administrator validates the ability to perform maintenance tasks on the command line, install and configure a Linux workstation, and configure basic networking. It is a vendor-neutral certification earned by passing two 90-minute exams (101 and 102), each scored 200-800 with a 500 pass mark, aimed at junior administrators and anyone working at the Linux command line regardless of distribution.

Domain 1: System Architecture

Key concepts you must know · 299 practice questions

Domain 2: Linux Installation and Package Management

Key concepts you must know · 251 practice questions

Domain 3: GNU and Unix Commands

Key concepts you must know · 254 practice questions

Domain 4: Devices, Linux Filesystems, FHS

Key concepts you must know · 251 practice questions

Domain 5: Shells and Shell Scripting

Key concepts you must know · 246 practice questions

Domain 6: User Interfaces and Desktops, Admin Tasks, Networking

Key concepts you must know · 204 practice questions

LPIC-1 exam tips

Study guide FAQ

How is LPIC-1 structured and what do I need to pass?

LPIC-1 requires passing two separate 90-minute exams, 101 and 102, each with about 60 questions (multiple choice and fill-in-the-blank). Each exam is scored on a 200-800 scale with a passing score around 500. You must pass both to earn the certification, and it is valid for five years.

Do I need to know one specific Linux distribution?

No. LPIC-1 is intentionally vendor-neutral and tests both major package families, so you must be comfortable with Debian-based apt/dpkg and Red Hat-based dnf/yum/rpm, plus tools that work everywhere. Pick one distribution to practice on but study the commands and config-file locations of both.

How much memorization of exact commands and file paths is expected?

A lot. LPIC-1 includes fill-in-the-blank items where you type the exact command, option, or path with no choices given, so you must know things like /etc/fstab field order, /etc/resolv.conf, crontab syntax, and flags such as tar -czf or ip addr show precisely rather than just recognizing them.

Is LPIC-1 still relevant given systemd and modern tooling?

Yes. Current LPIC-1 objectives cover systemd (systemctl, targets, journalctl) alongside legacy SysV-init concepts, and modern networking tools like ip, ss, and nmcli. Studying the up-to-date objectives ensures you learn today's standard tools while still recognizing the older commands you may meet on existing systems.