LPIC-2 Exam 201, Part 1 of 2, Version 4.5: Practical Study Guide
LPIC-2 Exam 201-450 validates advanced Linux administration across capacity planning, the kernel, startup and recovery, filesystems, storage, networking, and system maintenance. It is intended for administrators working toward the ability to manage a small-to-medium-sized mixed network, but Exam 201 is only the first half of the certification. This guide helps you decide whether your current LPIC-1 foundation is ready, which version 4.5 objectives deserve the most laboratory time, how to sequence study, and when to verify delivery details before scheduling.
What Exam 201 validates
Exam 201-450 tests the operating-system and infrastructure administration side of LPIC-2. Its seven domains move from measuring resource use and managing the kernel to maintaining storage, configuring networks, and performing backups. The practical target is not isolated command recall; it is the ability to diagnose, configure, maintain, and explain a Linux system in a small-to-medium-sized environment.
The exam’s place in LPIC-2
LPIC-2 certification requires passing both Exam 201 and Exam 202, and the candidate must hold an active LPIC-1 certification. The exams may be taken in either order according to the version 4.5 objectives. Passing Exam 201 alone does not confer LPIC-2, so schedule it as one milestone in a two-exam plan rather than as a complete certification outcome.
What the administrator is expected to handle
The version 4.5 overview describes advanced system administration involving the Linux kernel, system startup and maintenance, block storage and filesystems, networking, authentication, and security. Exam 201 concentrates on the underlying platform: resource diagnosis, kernel operation, recovery, filesystems, RAID, LVM, network configuration, source builds, backups, and maintenance communication.
Which official version should guide your study
Use the version 4.5 Exam 201 objectives, not an older outline or the draft version 5.0 page. LPI identifies version 4.5 with exam code 201-450, while the version 5.0 wiki page is explicitly a draft and says the version 4.5 objectives remain online. Check the objective version again before booking if your study period is long.
Why old material causes mistakes
The version 4.0-to-4.5 summary records changes that affect study priorities. Version 4.5 added or expanded systemd, journaling, filesystem mounting, IPv6, TLS where applicable, DKMS, Btrfs, UEFI, NVMe, xz, iotop, htop, ss, iptraf, and related tooling. It also reduced detailed LILO coverage and changed the emphasis of several areas. A book aligned only to version 4.0 can therefore leave gaps or overemphasize retired detail.
A useful version-control habit
At the start of preparation, save the official version 4.5 objectives and mark every Exam 201 objective in a tracking sheet. Record the objective title, its weight, the commands or files listed by LPI, your lab completed, and the questions you still miss in self-testing. If the official page changes before your appointment, compare the objective version rather than assuming your notes remain current.
How to allocate study time by objective weight
Treat weights as a prioritization signal, not as a prediction of an exact question allocation. LPI states that higher-weight objectives receive more questions. Begin with the highest-weight areas, but retain coverage of every objective because a low-weight topic can still expose a knowledge gap.
The Exam 201 blueprint includes Capacity Planning: “Measure and Troubleshoot Resource Usage” has weight 6, and “Predict Future Resource Needs” has weight 2. Linux Kernel includes “Kernel components” at weight 2, “Compiling a Linux kernel” at weight 3, and “Kernel runtime management and troubleshooting” at weight 4. System Startup includes “Customizing system startup” at weight 3, “System recovery” at weight 4, and “Alternate Bootloaders” at weight 2.
Filesystem and Devices assigns weight 4 to “Operating the Linux filesystem,” weight 3 to “Maintaining a Linux filesystem,” and weight 2 to “Creating and configuring filesystem options.” Advanced Storage Device Administration assigns weight 3 to “Configuring RAID,” weight 2 to “Adjusting Storage Device Access,” and weight 3 to “Logical Volume Manager.”
Networking Configuration assigns weight 3 to “Basic networking configuration,” weight 4 to “Advanced Network Configuration,” and weight 4 to “Troubleshooting network issues.” System Maintenance assigns weight 2 to “Make and install programs from source,” weight 3 to “Backup operations,” and weight 1 to “Notify users on system-related issues.”
A practical recommendation is to divide preparation into three passes. In the first pass, cover all domains so that no objective is unknown. In the second, spend the largest blocks on Capacity Planning, kernel runtime management, recovery, filesystem operation, advanced network configuration, and network troubleshooting. In the third, revisit the lower-weight objectives and connect them to failure scenarios rather than trying to memorize disconnected lists.
How to read a weight correctly
A weight identifies relative exam importance; it does not tell you that a particular command will appear or that a domain can be skipped. Use it to decide where to spend scarce lab time. For example, a weight 4 troubleshooting objective deserves repeated fault isolation practice, while a weight 1 notification objective can usually be covered with a focused review of the stated files, commands, and administrative purpose.
What to build before studying commands
Create a disposable Linux laboratory with separate practice space for storage, networking, boot recovery, and services. The official objectives name commands, configuration files, and utilities, but a lab turns those names into observable cause-and-effect. Use snapshots or disposable virtual machines, keep a recovery path, and never experiment with RAID, filesystems, bootloaders, or kernel changes on an important host.
A four-part lab layout
Use one baseline system for resource monitoring, kernel inspection, source compilation, backups, and user notifications. Use a second system or network namespace for routing, interface configuration, packet observation, and troubleshooting. Reserve disposable disks or virtual block devices for mdadm and LVM exercises. Keep boot and filesystem recovery exercises on a machine whose failure will not affect personal or production data.
Record evidence of competence
For each lab, write the starting state, the change made, the verification command, the expected result, and the recovery step. A useful entry might describe a deliberately incorrect route or DNS setting, the symptoms observed, the command that isolated the fault, and the configuration restored afterward. This method is stronger than copying a successful command because it trains diagnosis and verification.
Avoid distribution-specific overconfidence
The certification is vendor-neutral and the version 4.5 objectives cover common Linux administration concepts. Package names, service locations, defaults, and helper tools can vary by distribution. Learn the objective’s named interfaces and files, then verify how your laboratory distribution implements them. In your notes, separate universal concepts from distribution-specific syntax so that one local default does not become a false rule.
Capacity planning: turn measurements into decisions
Capacity Planning is the heaviest Exam 201 domain, so begin by learning how to measure CPU, memory, processes, I/O, and network activity before attempting prediction. The objective asks you to identify and troubleshoot resource problems and to monitor usage for future needs. Your study output should be a diagnosis supported by measurements, not a list of monitoring commands.
The version 4.5 objective lists tools including iostat, iotop, vmstat, netstat, ss, iptraf, pstree, ps, w, lsof, top, htop, uptime, and sar. Practice collecting a short baseline, creating a controlled load, identifying whether the bottleneck is CPU, memory, a blocked process, disk I/O, or network activity, and explaining which additional measurement would confirm your conclusion.
For prediction, compare observations over time and identify a trend toward resource exhaustion. The objective includes awareness of monitoring solutions such as Icinga2, Nagios, collectd, MRTG, and Cacti. Treat these as awareness-level study unless the objective wording requires more: know their monitoring role and the kind of evidence they can provide, without letting product configuration displace core measurement practice.
Common capacity-planning mistakes
A common error is treating high utilization as proof of a fault. A busy CPU, full memory, or active disk may be normal for a workload. Practice correlating several observations and distinguishing a saturated resource from a process waiting on another resource. Another error is confusing a one-time peak with a growth trend; record repeated observations before recommending an upgrade or configuration change.
Kernel and startup: study the failure chain
Study the kernel and startup as one recovery story: hardware and drivers lead to kernel loading, the initial filesystem, the bootloader handoff, service initialization, and the usable system. Version 4.5 covers kernel components, compiling a kernel, runtime management, systemd startup, system recovery, and alternate bootloaders. Practice both normal operation and controlled failure diagnosis.
Kernel objectives
Linux Kernel includes “Kernel components” at weight 2, “Compiling a Linux kernel” at weight 3, and “Kernel runtime management and troubleshooting” at weight 4. The version 4.5 knowledge areas include kernel 2.6.x, 3.x, and 4.x documentation, kernel make targets, customization of the current configuration, loadable modules, module tools, DKMS, and awareness of dracut. The listed working locations and artifacts include /usr/src/linux/.config and /lib/modules/kernel-version/.
A productive kernel lab sequence
First inspect the running kernel and loaded modules using the command-line utilities named in the objectives. Next trace a module’s relationship to hardware or a feature, then examine how module dependencies are handled. After that, unpack a kernel source tree, inspect its configuration, and walk through configuration and build targets without treating a successful build as the only goal. Finally, document how an initramfs tool such as mkinitrd or mkinitramfs fits into startup and recovery.
Startup and recovery decisions
System Startup assigns weight 3 to “Customizing system startup,” weight 4 to “System recovery,” and weight 2 to “Alternate Bootloaders.” Version 4.5 adds systemd coverage and UEFI and NVMe booting while retaining awareness of SysV init and LSB concepts. Learn the roles of /boot/, /boot/grub/, /boot/efi/, the EFI System Partition, GRUB, initrd or initramfs, systemctl, and the relevant recovery commands.
Boot troubleshooting practice
Use a disposable machine to create reversible startup problems: a service that fails, a mount that prevents a normal boot, or a boot configuration that requires recovery-mode intervention. Before changing anything, identify the stage that failed. Then use logs, systemd inspection, filesystem checks, and bootloader knowledge to restore service. Do not make permanent bootloader changes until you have a tested rescue path and a copy of the original configuration.
Filesystems and devices: connect maintenance to mount behavior
Filesystem and Devices covers operating and maintaining the Linux filesystem and creating and configuring filesystem options. Learn the difference between navigating the standard hierarchy, checking or repairing a filesystem, and configuring how it is mounted. The objective list includes ext2, ext3, ext4, XFS, Btrfs awareness, AutoFS, systemd mount units, swap, UUIDs, and dm-crypt or LUKS awareness.
Core filesystem workflow
Filesystem and Devices assigns weight 4 to “Operating the Linux filesystem,” weight 3 to “Maintaining a Linux filesystem,” and weight 2 to “Creating and configuring filesystem options.” Practice identifying a block device, creating an appropriate filesystem in a disposable environment, mounting it, checking the result, and unmounting it safely. Then compare persistent configuration through /etc/fstab with runtime state shown by /proc/mounts and related tools.
Maintenance and recovery pitfalls
Do not run a filesystem repair tool against a mounted filesystem merely because the command is familiar. Learn the conditions under which the filesystem must be offline, how to identify the filesystem type, and how to verify the device before acting. Include xfs_info, xfs_check, xfs_repair, dumpe2fs, debugfs, tune2fs, fsck, and mkfs in a recognition-and-purpose table, then reinforce the table with safe lab exercises.
Mount options, automounting, and encryption
Practice UUID-based mounting, swap files or partitions, swapon and swapoff, and the relationship between systemd mount or automount units and traditional configuration. The version 4.5 update clarifies dm-crypt and LUKS for encryption and adds systemd automount units. Learn what encryption protects, what it does not protect after unlocking, and how to verify configuration without risking valuable data.
Advanced storage: separate redundancy, performance, and flexibility
RAID, storage-device access, and LVM solve different operational problems. RAID organizes redundancy or layout, device-access tools affect how storage is addressed or tuned, and LVM provides flexible allocation through physical volumes, volume groups, and logical volumes. Study each layer separately, then practice how they can be inspected and managed without confusing a resilient layout with a backup.
RAID decisions
Advanced Storage Device Administration assigns weight 3 to “Configuring RAID,” weight 2 to “Adjusting Storage Device Access,” and weight 3 to “Logical Volume Manager.” The RAID objective includes software RAID 0, 1, and 5, with mdadm, mdadm.conf, and /proc/mdstat among the named knowledge areas. Build a disposable array, inspect its state, simulate a failed member safely, and document the replacement and resynchronization logic.
Storage access and LVM
The storage-device access objective names tools and concepts including hdparm, sdparm, tune2fs, sysctl, iSCSI utilities, WWID, WWN, and LUN numbers. Do not memorize these as one undifferentiated storage list. Group them by local device tuning, filesystem or kernel settings, and networked storage identification. For LVM, rehearse the complete lifecycle: physical volume, volume group, logical volume, filesystem, mount, resize, snapshot, activation, and removal, with a verification step after each change.
The storage mistake that costs confidence
Never assume RAID is a backup, and never resize a live volume simply to prove that a command works. First map the layers and confirm free space at the correct layer. Keep a written rollback plan and use disposable virtual disks. Exam preparation should develop an administrator’s judgment about prerequisites, data risk, and verification, not just the ability to type a command sequence.
Networking configuration: troubleshoot from the bottom upward
Networking Configuration contains three objectives: basic configuration, advanced configuration, and troubleshooting. Begin with the interface and link, continue through addresses and routes, then test name resolution and application reachability. This order prevents a DNS symptom from distracting you from a missing address or route. Build both wired and wireless awareness, including the version 4.5 additions around iw, IPv6-related tools, and systemd networking coverage.
The three networking objectives
Networking Configuration assigns weight 3 to “Basic networking configuration,” weight 4 to “Advanced Network Configuration,” and weight 4 to “Troubleshooting network issues.” The objectives name ip, ifconfig, route, arp, iw, iwconfig, iwlist, ss, ping, ping6, nc, tcpdump, nmap, lsof, and related utilities. Learn what question each tool answers, not just its syntax.
A repeatable troubleshooting sequence
Create failures involving an interface state, an incorrect address, a bad route, an unreachable gateway, a blocked port, and a name-resolution problem. For each case, start with local link and address information, inspect routes, test the next reachable hop, inspect listening sockets, and capture traffic only when the simpler evidence is insufficient. Record the symptom, hypothesis, test, result, and correction.
Advanced configuration and wireless coverage
The advanced objective covers ethernet interfaces and basic wireless access, with utilities including ip, ifconfig, route, arp, iw, iwconfig, and iwlist. Practice identifying a wireless interface, examining available information, and distinguishing association or authentication problems from IP configuration problems. Because the objective also refers to network authentication schemes, connect the configuration exercise to the authentication mechanism rather than treating wireless as only an addressing task.
System maintenance: make changes reproducible
System Maintenance rewards disciplined operations: build software from source with a clear install plan, back up important data with appropriate system tools, and communicate maintenance issues to active users. The practical preparation goal is reproducibility. You should be able to state what changed, where it was installed, how it is verified, how it is restored, and how users are informed.
System Maintenance assigns weight 2 to “Make and install programs from source,” weight 3 to “Backup operations,” and weight 1 to “Notify users on system-related issues.”
Source installation
The version 4.5 objective lists /usr/src/, /usr/local/src/, gunzip, gzip, bzip2, xz, tar, configure, make, uname, install, and patch. Practice inspecting an archive, reading its build instructions, selecting a controlled installation location, and recording dependencies and configuration choices. A frequent mistake is losing track of files installed outside the package manager; make an inventory and define an uninstall or rollback approach before installation.
Backup operations
The objective names /bin/sh, dd, tar, /dev/st*, /dev/nst*, mt, and rsync. Compare file-level and device-level backup purposes in your notes, then test restoration rather than stopping at successful archive creation. Include permissions, ownership, paths, device choices, and verification. A backup that cannot be restored or whose scope is unknown is not a dependable operational result.
User notifications
The notification objective is weight 1 and names /etc/issue, /etc/issue.net, /etc/motd, wall, shutdown, and systemctl. Cover it efficiently by mapping each mechanism to its audience and timing. Then write a short maintenance notice that identifies the affected service, expected impact, timing, and administrator action. The exercise is small, but it reinforces responsible change management.
A practical study roadmap
A staged roadmap works better than reading all objectives once. Establish the version and baseline first, build the high-weight diagnostic skills next, then add recovery, storage, networking, and maintenance integration. Finish with timed review and an evidence-based readiness decision. The sequence below is a recommendation, not an LPI requirement.
paragraphs2
Stage one: map the blueprint
Read the official Exam 201 version 4.5 objectives and create a domain checklist. Mark your experience with each objective as unknown, familiar, executable, or explainable under failure. Do not begin by buying a large collection of materials. First identify whether your gaps are conceptual, command-level, or practical, because each requires a different study response.
Stage two: establish measurement and diagnosis
Work through Capacity Planning first, followed by kernel runtime management and network troubleshooting. Build a small incident notebook from your lab. Each entry should include symptoms, measurements, possible causes, the confirming test, and the corrective action. This stage develops the reasoning pattern that later helps with storage, startup, and filesystem questions.
Stage three: practice recovery and storage
Study kernel compilation and startup alongside filesystem maintenance, RAID, device access, and LVM. Keep recovery steps explicit and reversible. Practice reading state before changing it: inspect mounts before repairing, inspect array status before replacing a member, and inspect volume relationships before resizing. Tie every command to a purpose and a verification result.
Stage four: integrate networking and maintenance
Configure a small isolated network and work from interface state through routing and packet evidence. Add source installation, backups, and user notifications as operational tasks around the same environment. At this point, stop treating objectives as separate flashcard subjects and write short runbooks that combine observation, change, validation, and rollback.
Stage five: close gaps and test readiness
Use the objective list to select review topics from your error log. For every weak area, perform one lab from a clean starting state and explain the result without consulting notes. Review lower-weight areas after the high-weight gaps are under control. Schedule only when you can distinguish recognition from execution and can explain how you would verify a change.
How to use practice questions responsibly
Practice questions are useful for locating weak objectives, but they are not a substitute for the official blueprint or hands-on administration. Use them to test interpretation, then return to the relevant objective and lab the underlying skill. Do not rely on dumps, leaked questions, or memorized answer patterns; they cannot establish that you understand a configuration or can troubleshoot a changed scenario.
The best review loop is simple: answer without notes, classify the miss by objective, explain why the correct option fits, perform a related lab, and write one verification command or diagnostic test. If you missed a question about mdadm, for example, review array state and failure handling rather than memorizing a single option. If you missed a boot question, identify the startup stage and inspect the relevant files and tools.
Signs that review is too passive
You need more active practice if you recognize command names but cannot state what evidence they produce, confuse persistent configuration with runtime state, or cannot recover after deliberately making a harmless change. Another warning sign is a notebook full of copied commands with no expected output, prerequisites, or rollback. Convert those notes into short procedures and test them from a clean environment.
Delivery and scheduling details to verify
LPI lists Exam 201-450 as a 90-minute exam containing 60 multiple-choice and fill-in-the-blank questions. LPI offers LPIC-2 Exams 201 and 202 through Pearson VUE OnVUE online testing, and the online-testing information states that candidates need a quiet private location, a reliable computer with a camera, and a stable Internet connection. Confirm current platform requirements and policies before booking.
Test-center and online language information
LPI’s overview lists English, German, Japanese, and Brazilian Portuguese for LPIC-2 exams at VUE test centers. The online-testing page lists LPIC-2 as English for online exams and says the OnVUE platform is available in English only. Because delivery information can change and the pages present different contexts, verify the language and appointment conditions in the official scheduling flow before paying or selecting a date.
Online platform constraints
The supplied LPI online-testing information states that Windows and MacOS are supported and that Linux computers were not yet supported in that information. It also directs candidates to Pearson VUE for the full system requirements, policies, and procedures. Do not assume that a Linux study machine can serve as the exam machine; run the official compatibility checks and arrange the required private environment in advance.
Scheduling decision
Schedule after you have confirmed three things: your active LPIC-1 status, the version 4.5 objective set relevant to the appointment, and the delivery method, language, and system requirements. If you plan to take Exam 202 later, reserve separate preparation time for its DNS, HTTP, file-sharing, client-management, email, and system-security objectives rather than assuming Exam 201 study covers the second exam.
Final readiness check for Exam 201
You are closer to readiness when you can work through a Linux administration problem in a defined order, use measurements before making changes, and verify or reverse the result. Review the official checklist one final time, then test yourself across all seven Exam 201 domains without allowing the high-weight topics to hide small but genuine gaps.
Before scheduling, confirm that you can explain how to diagnose a resource problem; inspect and manage kernel modules; describe startup and recovery stages; mount and maintain filesystems safely; configure and verify RAID and LVM in a disposable lab; troubleshoot an interface, route, socket, or packet path; build or back up data with a restoration plan; and notify users about system maintenance.
On the final review day, avoid adding unrelated technologies. Re-read your error log, review version 4.5 changes that affect your materials, and check command purpose, configuration locations, prerequisites, and verification methods. Keep administrative judgment at the center: protect data, distinguish temporary from persistent changes, and use evidence to select the next diagnostic step.
Conclusion
Exam 201-450 is best approached as an operations and troubleshooting assessment, not a command catalogue. Anchor preparation to the official version 4.5 objectives, give weight 6 Capacity Planning and the other higher-weight objectives appropriate priority, and use a disposable lab to connect commands with state, failure, verification, and recovery. Before scheduling, confirm the active LPIC-1 prerequisite, the two-exam LPIC-2 requirement, and the current Pearson VUE delivery conditions. Then use your objective checklist and error log to decide whether another lab cycle is more valuable than an earlier appointment.