CertGrid
Linux Study Guide

LPIC-2: Linux Engineer Study Guide

LPIC-2: Linux Engineer validates the advanced administration skills needed to manage small-to-medium mixed networks, covering the kernel, capacity planning, system startup, storage, networking, and core network services (web, file, DNS, email). It is aimed at experienced administrators who already hold LPIC-1 and run production Linux systems. The certification is split across two exams (201 and 202) and tests both command-line fluency and architectural judgment.

Domain 1: Capacity Planning

Key concepts you must know · 241 practice questions

Domain 2: Linux Kernel

Key concepts you must know · 234 practice questions

Domain 3: System Startup

Key concepts you must know · 248 practice questions

Domain 4: Filesystem and Devices

Key concepts you must know · 242 practice questions

Domain 5: Networking Configuration

Key concepts you must know · 263 practice questions

Domain 6: System Services

Key concepts you must know · 238 practice questions

LPIC-2 exam tips

Study guide FAQ

How is the LPIC-2 certification structured and what does each exam cover?

LPIC-2 requires passing two 90-minute exams, 201 and 202, each with about 60 questions and a passing score around 500-625 on a scaled range. The 201 exam covers capacity planning, the Linux kernel, system startup, filesystems/devices, and advanced storage; the 202 exam covers networking configuration, DNS, web services, file sharing, email, and system security. You must hold an active LPIC-1 to receive the LPIC-2 certificate.

How much of the exam is command-line recall versus conceptual?

A large share is exact command, option, and file-path recall: you must know flags like rsync -aHAX, ss -tlnp, lvextend -L +10G, and config paths such as /etc/ssh/sshd_config and main.cf. Roughly the remainder tests diagnosis and architecture, such as interpreting vmstat/iostat output or choosing active-backup versus 802.3ad bonding. Fill-in-the-blank questions give no answer choices, so spelling commands correctly matters.

Do I need to know both systemd and the legacy SysV/init tooling?

Focus primarily on systemd, since it is dominant on current distributions: systemctl, unit dependency directives, targets, journald tuning, and systemd timers. You should still recognize legacy equivalents (runlevels mapping to targets, cron versus timers, route versus ip) because questions sometimes contrast the old and new tools or ask which modern command replaces a deprecated one.

Is the exam tied to a specific distribution like Red Hat or Debian?

No, LPIC-2 is intentionally distribution-neutral, but it expects you to know where both families differ. The classic split is config locations such as /etc/httpd versus /etc/apache2 and grub2-mkconfig versus update-grub. Expect questions that hinge on knowing both Red Hat-family and Debian-family conventions rather than assuming one.