Free · No account needed · No credit card

Linux Professional Institute Certification Level 1 LPIC-1 Practice Test

522 questions with instant explanations, domain breakdown, and wrong-answer analysis. Built for the real exam.

Instant feedback after each answer
Full explanations included
Domain score breakdown
Real exam: 90 min
Pass mark: 500%

Sample questions with explanations

This is exactly what you see during practice — question, options, and a full explanation after you answer.

Q1System Architecturemedium
Full explanation →

A system administrator notices that the server's clock is consistently off by several minutes. Which service should be used to synchronize the time with an external time source?

ntpdCorrect
Btimed
Cchronyd
Dsystemd-timesyncd

The Network Time Protocol (NTP) daemon (ntpd) is the traditional and widely used service for synchronizing a server's clock with an external time source. It continuously adjusts the system time by communicating with NTP servers, compensating for clock drift and network delays to …Read full explanation

Q2System Architectureeasy
Full explanation →

During boot, the kernel must mount the root filesystem. Which of the following is responsible for providing the kernel with the location of the root filesystem?

Audev
Binitramfs
Cinit
boot loaderCorrect

The boot loader (e.g., GRUB) is responsible for loading the kernel into memory and passing it the location of the root filesystem via kernel command-line parameters such as `root=`. Without this parameter, the kernel would not know which block device or partition to mount as `/`.…Read full explanation

Q3System Architecturehard
Full explanation →

A server has two disk drives: /dev/sda (SSD) and /dev/sdb (HDD). The administrator wants to place frequently accessed files on the SSD for performance. Which approach best achieves this using Linux filesystem features?

Create separate LVM logical volumes on each disk and mount them at different mount points.Correct
BConfigure RAID 0 across both disks to combine speed.
CUse symbolic links to redirect file access to the SSD.
DUse a union mount to overlay the SSD on top of the HDD.

Option A is correct because LVM allows the administrator to create separate logical volumes on each physical disk (/dev/sda and /dev/sdb) and mount them at distinct mount points. By placing frequently accessed files on the SSD logical volume and less critical data on the HDD logi…Read full explanation

Untimed Practice

Answer at your own pace. Explanation and domain tag shown immediately after each answer.

Timed Practice

Countdown timer starts immediately. Results and domain scores shown at the end — just like the real exam.

Why practice here?

Full explanations on every question

Not just the right answer — you get exactly why each wrong option is wrong, so you learn the concept, not the answer.

Domain score breakdown

After each session see your score by exam domain so you know exactly where to focus study time.

100% free, forever

No subscription, no trial, no email wall. Start a session in under 10 seconds.

Exam-style questions

Scenario-based, precise wording, realistic distractors — written to match what you actually see on exam day.

← All LPIC-1 questionsLPIC-1 exam guideStudy guidePractice by domain