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

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

Coverage: Good — Our Linux foundations and shell scripting modules cover this well.

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 files7.3 Practical ScriptsPartial
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 — Process management, systemd, boot process, and kernel modules are covered.

LFCS TopicKubeDojo ModuleStatus
Boot, reboot, shut down safely1.2 Processes & systemdPartial
Boot into different targets (runlevels)1.2 Processes & systemdPartial
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)7.4 DevOps AutomationPartial
Verify system integrity4.1 Kernel HardeningCovered
List and load kernel modules1.1 Kernel ArchitecturePartial

Coverage: Good — Well covered in our permissions module.

LFCS TopicKubeDojo ModuleStatus
Create, delete, modify local users/groups1.4 Users & PermissionsCovered
Manage user/group properties1.4 Users & PermissionsCovered
Configure user resource limits2.2 Control GroupsPartial
Manage user privileges (sudo)1.4 Users & PermissionsCovered
Configure PAM1.4 Users & PermissionsCovered

Coverage: Good — TCP/IP and DNS are solid. Firewall configuration, NAT, and bonding are now covered by module 8.2.

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.2 Processes & systemdPartial
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 traffic3.1 TCP/IP EssentialsPartial
Synchronize time (NTP/chrony)8.2 Network AdministrationNew

Coverage: Good — Covered by our dedicated Storage Management module plus existing filesystem and I/O modules.

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
  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.