Courseiva
Devices, Filesystems and FHSmediumMultiple SelectObjective-mapped

LPIC-1 Devices, Filesystems and FHS Practice Question

Which THREE of the following directories are defined in the Filesystem Hierarchy Standard (FHS) and are expected to exist on a typical Linux system?

⚠ Common exam trap

The trap here is that /opt is defined in FHS but is optional, so candidates often assume it is mandatory, while /run, /proc, and /sys are the three that are truly expected on every typical Linux system.

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

/run

B is correct because /run is a tmpfs directory defined in FHS 3.0+ that stores volatile runtime data (e.g., PID files, Unix sockets) since boot. It replaced /var/run to ensure early-boot processes have a writable location before /var is mounted.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • /net

    Why it's wrong here

    /net is not defined in the FHS.

  • /run

    Why this is correct

    /run is a standard temporary filesystem for runtime data.

  • /opt

    Why it's wrong here

    /opt is part of the FHS but is optional; it is not expected to exist on all systems.

  • /proc

    Why this is correct

    /proc is a standard virtual filesystem for process and kernel information.

  • /sys

    Why this is correct

    /sys is part of the FHS, used for kernel and device information.

About these practice questions

One of 527 original LPIC-1 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This LPIC-1 practice question is part of Courseiva's free LPI certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the LPIC-1 exam.