Skip to main content
Kill -9 Club
Sign in

Certification coverage

What this curriculum covers of a certification's published blueprint, competency by competency — including what it does not. Read it as a study plan, not as a promise.

LFCSLinux Foundation Certified System Administrator

15 competencies covered out of 34; 13 partly, 6 not at all.

By exam weight: 46% fully covered, 83% at least in part.

Blueprint read on September 18, 2026 at training.linuxfoundation.org. The Linux Foundation publishes the blueprint and owns the certification and its name. This page is Kill -9 Club's own reading of that blueprint against its lessons; it is not affiliated with, endorsed by or reviewed by The Linux Foundation.

Operations Deployment

25% of the exam

Networking

25% of the exam

Storage

20% of the exam
  • Configure and manage LVM storage

    Not covered

    What is missing: No lesson touches LVM. Every filesystem in the curriculum is the one the installer created.

  • Manage and configure the virtual file system

    Partly covered

    What is missing: `/proc` is read where it explains something — a process's working directory, the counters `top` reads — and `/etc/fstab` appears where systemd turns its lines into mount units. Writing a mount yourself, and what the kernel exposes under `/sys`, are not taught.

  • Create, manage, and troubleshoot filesystems

    Partly covered

    What is missing: Troubleshooting a filesystem — a disk full with nothing to delete, inodes exhausted, ownership lost on restore — is taught with labs. Creating one with `mkfs`, checking it with `fsck` and mounting it yourself are not.

  • Use remote filesystems and network block devices

    Not covered

    What is missing: No NFS, no iSCSI, no network block device. Off-site copies travel by `rsync` over SSH, which is a transfer, not a mounted filesystem.

  • Configure and manage swap space

    Partly covered

    What is missing: Reading swap as a sign of memory pressure, in `free` and `vmstat`, is taught. Creating, sizing or removing swap is not.

  • Configure filesystem automounters

    Not covered

    What is missing: Nothing in the curriculum mounts on demand. `.automount` is named once, as one of systemd's eleven unit types, and never used; `autofs` does not appear.

Essential Commands

20% of the exam

Users and Groups

10% of the exam