Linux Foundation · 2026 Edition
A complete preparation guide written by Linux Foundation-certified engineers. Covers the exam format,all 6 blueprint domains, a week-by-week study plan, and proven tips for passing first time.
2–4 months
Prep time
Intermediate
Difficulty
Hands-on lab
Format
Exam code
LFCS
Full name
Linux Foundation Certified System Administrator
Vendor
Linux Foundation
Duration
120 minutes
Exam format
Performance-based lab (no multiple-choice)
Domains covered
6 blueprint domains
Recommended experience
Familiarity with Linux; basic administration experience recommended
Typical prep time
2–4 months
LFCS (Linux Foundation Certified Systems Administrator) is a performance-based Linux certification from the Linux Foundation — the same organisation that administers CKA and CKAD. It validates practical Linux administration skills without being tied to a specific distribution.
Job roles this opens
Domain percentage weights are not currently available for this exam. The checklist below is still useful for planning your study.
Performance-based exam
The real LFCS exam is entirely performance-based — you complete practical Linux system administration tasks in a live environment. There are no multiple-choice questions. Courseiva practice questions reinforce the concepts tested, but hands-on lab practice with filesystems, networking, user management, and service configuration is still required.
Weeks 1–3
Essential Commands (25%): file operations, text processing, shell scripting, process management
Tip: LFCS is a 2-hour performance-based exam in a live Linux environment. Know the essential text processing tools cold: grep (search patterns), sed (stream editor, substitute text), awk (field processing), sort, uniq, cut, paste, wc, and tr. Practice piping these tools together to solve data manipulation problems quickly.
Weeks 4–5
Operations of Running Systems (23%): systemd, boot process, logs, performance monitoring
Tip: systemd management is heavily tested: know systemctl commands (start, stop, enable, disable, status, daemon-reload, list-units, list-unit-files), how to create a systemd service unit file, and how to use journalctl to filter logs (by unit, time range, priority level, and boot).
Weeks 6–7
User and Group Management (8%) and Networking (12%)
Tip: User management commands: useradd, usermod, userdel, passwd, chage (password aging), groupadd, groupmod, gpasswd (add/remove users from groups). Know the /etc/passwd, /etc/shadow, /etc/group, and /etc/gshadow file formats — questions give a file excerpt and ask what a specific field means.
Weeks 8–10
Service Configuration (17%) and Storage Management (15%)
Tip: Storage tasks tested on LFCS: create and manage partitions (fdisk, gdisk, parted), create file systems (mkfs.ext4, mkfs.xfs), mount persistently (/etc/fstab), manage LVM (pvcreate, vgcreate, lvcreate, lvextend), create and manage swap space. Practice each of these operations until you can do them without referencing documentation.
LFCS is open-book — you can access man pages (man command) and the system help system during the exam. Practice finding information quickly using man and info rather than memorising every flag.
The LFCS uses Ubuntu 20.04 LTS by default (as of 2024 — verify the current version before your exam). If you have primarily used RHEL/CentOS, practice on Ubuntu: package management (apt instead of yum/dnf), service names, and configuration file locations differ.
Time management is critical: LFCS has many tasks in 2 hours. Skip tasks you find difficult and return to them — a partially-completed task may receive no credit, but completing 8 easy tasks while skipping 2 hard ones is better than spending 40 minutes on one hard task.
Firewall management on LFCS: Ubuntu uses ufw (Uncomplicated Firewall) as the front-end for iptables. Know: ufw enable/disable, ufw allow port/service, ufw deny, ufw status verbose, and ufw delete rule. Some LFCS versions also test iptables directly — know how to add and list iptables rules.
LFCS certification is valid for 3 years. The Linux Foundation does not currently offer a renewal path — you must retake the exam to recertify.
Apply everything in this guide with adaptive practice questions, detailed answer explanations, and domain analytics.
Deep-dive explanations of the key topics tested on LFCS — with exam key points and common misconceptions.