Courseiva
Devices, Filesystems and FHShardMultiple SelectObjective-mapped

LPIC-1 Devices, Filesystems and FHS Practice Question

Which TWO of the following are true about the /proc filesystem?

⚠ Common exam trap

Many exam-takers confuse /proc with a real filesystem stored on disk, leading them to select Option A, or they mistake its runtime nature for persistent storage (Option D), when in fact /proc is a volatile kernel interface that is mounted automatically at boot (Option E).

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

It is a pseudo-filesystem that contains runtime system information.

The /proc filesystem is a pseudo-filesystem that does not exist on disk; it is created by the kernel at runtime to expose system and process information (e.g., /proc/cpuinfo, /proc/meminfo). It provides a mechanism for user-space programs to query kernel data structures without making system calls directly.

Answer analysis

Option-by-option breakdown

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

  • It is formatted with the ext4 filesystem.

    Why it's wrong here

    It is a virtual filesystem.

  • It is a network filesystem.

    Why it's wrong here

    It's local.

  • It is a pseudo-filesystem that contains runtime system information.

    Why this is correct

    Correct: /proc is virtual.

  • It is used to store persistent configuration data.

    Why it's wrong here

    Persistent config is in /etc.

  • It is typically mounted at boot time.

    Why this is correct

    Correct: mounted automatically.

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.