Перейти до вмісту

LFCS Learning Path

Цей контент ще не доступний вашою мовою.

Linux Foundation Certified System Administrator - Performance-based Linux sysadmin certification

The LFCS is a performance-based (hands-on) exam that validates practical Linux system administration skills. Unlike Kubernetes certifications, this is pure Linux — no containers, no orchestration, just system administration fundamentals.

AspectDetails
FormatPerformance-based (hands-on CLI tasks)
Duration2 hours
Passing Score67%
Cost$445 (includes one free retake)
Validity3 years
DistributionUbuntu 22.04

Important: This is NOT a Kubernetes certification. It lives under docs/k8s/ for organizational purposes alongside other Linux Foundation certs, but the content maps entirely to our Linux Deep Dive Track.


  • Foundation for everything — Solid Linux skills make Kubernetes, DevOps, and SRE work dramatically easier
  • Performance-based — Like CKA/CKAD/CKS, you prove skills by doing, not by picking answers
  • Career differentiator — Many “DevOps engineers” can’t troubleshoot a Linux box. You won’t be one of them
  • Gateway cert — Builds confidence for CKA/CKAD hands-on exam format

#Module
1.1LFCS Exam Strategy and Workflow
1.2LFCS Essential Commands Practice
1.3LFCS Running Systems and Networking Practice
1.4LFCS Storage, Services, and Users Practice
1.5LFCS Full Mock Exam

Important principle:

  • covered elsewhere is not always good enough for exam prep
  • if an LFCS skill is only touched partially inside a broader Linux module, that should be treated as prep debt until we have dedicated LFCS-facing practice for it
  • this page therefore distinguishes between strong coverage and remaining dedicated-prep gaps

Coverage: Good — command fundamentals are strong and the LFCS practice path now includes direct exam-facing drills rather than relying only on broader Linux reuse.

LFCS TopicKubeDojo ModuleStatus
Log into local & remote graphical/text consoles1.2 Processes & systemdCovered
Search for files7.2 Text ProcessingCovered
Evaluate & compare basic file system features1.3 Filesystem HierarchyCovered
Compare & manipulate file content7.2 Text ProcessingCovered
Use input/output redirection7.1 Bash FundamentalsCovered
Analyze text using basic regex7.2 Text ProcessingCovered
Archive, backup, compress files1.2 LFCS Essential Commands PracticeCovered
Create, delete, copy, move files/dirs1.3 Filesystem HierarchyCovered
Create/manage hard and soft links1.3 Filesystem HierarchyCovered
List, set, change standard permissions1.4 Users & PermissionsCovered
Read and use system documentationGeneral CLI skillsCovered

Domain 2: Operation of Running Systems (25%)

Section titled “Domain 2: Operation of Running Systems (25%)”

Coverage: Good — the dedicated LFCS running-systems practice module now covers boot targets, scheduling, service recovery, shutdown discipline, and kernel-module workflow directly.

LFCS TopicKubeDojo ModuleStatus
Boot, reboot, shut down safely1.3 LFCS Running Systems and Networking PracticeCovered
Boot into different targets (runlevels)1.3 LFCS Running Systems and Networking PracticeCovered
Install, configure, troubleshoot bootloaders1.2 Processes & systemdCovered
Manage processes (ps, top, kill, nice)1.2 Processes & systemdCovered
Manage startup services (systemctl)1.2 Processes & systemdCovered
Diagnose and manage processes6.3 Process DebuggingCovered
Locate and analyze system log files6.2 Log AnalysisCovered
Schedule tasks (cron, at)1.3 LFCS Running Systems and Networking PracticeCovered
Verify system integrity4.1 Kernel HardeningCovered
List and load kernel modules1.3 LFCS Running Systems and Networking PracticeCovered

Coverage: Good — user and privilege work is strong, and the LFCS storage/users practice module now includes direct resource-limit and PAM-facing verification.

LFCS TopicKubeDojo ModuleStatus
Create, delete, modify local users/groups1.4 Users & PermissionsCovered
Manage user/group properties1.4 Users & PermissionsCovered
Configure user resource limits1.4 LFCS Storage, Services, and Users PracticeCovered
Manage user privileges (sudo)1.4 Users & PermissionsCovered
Configure PAM1.4 Users & PermissionsCovered

Coverage: Good — networking fundamentals remain strong, and static-route plus network-service persistence tasks now have direct LFCS-oriented practice.

LFCS TopicKubeDojo ModuleStatus
Configure networking (IP, subnet, gateway)3.1 TCP/IP EssentialsCovered
Configure hostname resolution3.2 DNS in LinuxCovered
Configure network services to start at boot1.3 LFCS Running Systems and Networking PracticeCovered
Implement packet filtering (firewalld/nftables)8.2 Network AdministrationNew
Configure firewall settings8.2 Network AdministrationNew
Configure NAT/masquerading8.2 Network AdministrationNew
Network bonding/bridging8.2 Network AdministrationNew
Statically route IP traffic1.3 LFCS Running Systems and Networking PracticeCovered
Synchronize time (NTP/chrony)8.2 Network AdministrationNew

Coverage: Good — storage is one of the stronger LFCS domains because dedicated Linux storage modules map directly to many exam tasks, but it is not uniquely “solved” and still depends on learners actually practicing the dedicated storage/admin exercises.

LFCS TopicKubeDojo ModuleStatus
List, create, delete partitions8.1 Storage ManagementNew
Create/configure file systems (ext4, xfs)8.1 Storage ManagementNew
Mount filesystems at boot (fstab)8.1 Storage ManagementNew
Configure and manage LVM8.1 Storage ManagementNew
Create and manage RAID (mdadm)8.1 Storage ManagementCovered
Configure NFS server/client8.1 Storage ManagementNew
Configure swap space8.1 Storage ManagementNew
Manage automount (autofs)8.1 Storage ManagementNew
Monitor storage (df, du, iostat)5.4 I/O PerformanceCovered

If you are specifically preparing for LFCS, follow this sequence through our Linux track:

  1. 1.1 Kernel Architecture
  2. 1.2 Processes & systemd
  3. 1.3 Filesystem Hierarchy
  4. 1.4 Users & Permissions
  1. 3.1 TCP/IP Essentials
  2. 3.2 DNS in Linux
  3. 3.4 iptables & netfilter
  1. 7.1 Bash Fundamentals
  2. 7.2 Text Processing
  3. 6.1 Systematic Troubleshooting
  4. 6.2 Log Analysis
  1. 8.1 Storage Management — LVM, NFS, filesystems
  2. 8.2 Network Administration — Firewall, NAT, bonding

8.1 and 8.2 matter here because they are the closest thing to LFCS-dedicated bridge modules inside the broader Linux track. They take topics that appear across Linux operations generally and package them in a way that maps much more directly to exam tasks such as filesystem setup, boot persistence, firewall rules, routing, and network service configuration.

  1. 5.1 The USE Method
  2. 5.4 I/O Performance
  3. 6.3 Process Debugging

Just like CKA/CKAD, you get a terminal and must complete tasks. No multiple choice. Practice by actually running commands, not by reading about them.

  • 2 hours for all tasks
  • Use the Three-Pass Strategy:
    • Pass 1: Quick wins — file creation, user management, basic commands
    • Pass 2: Medium tasks — filesystem, systemd, networking config
    • Pass 3: Complex tasks — LVM, NFS, firewall rules
AspectLFCSCKA/CKAD
TopicPure Linux sysadminKubernetes
kubectl neededNoYes
DistributionUbuntu 22.04Ubuntu-based
Pass score67%66%
Duration2 hours2 hours
  • Use a VM or container running Ubuntu 22.04
  • Vagrant + VirtualBox or Multipass are great options
  • Practice everything in a terminal — no GUI on the exam

These LFCS topics were previously gaps in KubeDojo but are now covered:

TopicCovered In
Bootloader (GRUB2) installation/troubleshooting1.2 Processes & systemd
RAID management (mdadm)8.1 Storage Management
PAM configuration1.4 Users & Permissions
System integrity verification (AIDE, rpm -V)4.1 Kernel Hardening

Focus your time on the high-weight domains (Networking 25%, Operations 25%, Storage 20%) first.


The major dedicated exam-prep gaps identified in the previous audit have now been closed inside the LFCS modules themselves.

Current state:

  • archive/compression drills are covered in 1.2
  • boot targets, shutdown discipline, cron/at, kernel modules, and static routes are covered in 1.3
  • user resource limits and PAM-oriented checks are covered in 1.4

This does not mean LFCS is “finished forever.” It means the track no longer depends on hand-waving phrases like partial coverage elsewhere for core exam tasks.