CompTIA Linux+ XK0-006 is the current version of CompTIA's vendor-neutral Linux administration certification. It replaced XK0-005 with significantly modernised content focused on cloud, containers, scripting, and security — bringing it into closer alignment with what employers actually expect from a junior or mid-level Linux administrator in 2026.
This study guide breaks down the full exam blueprint, recommends a 10-week prep timeline, and compares Linux+ against RHCSA and LFCS so you can pick the right cert for your career.
Exam Overview
| Attribute | Value |
|---|---|
| Exam code | XK0-006 |
| Voucher cost (USD) | $369 |
| Number of questions | Up to 90 |
| Format | Multiple choice + performance-based |
| Duration | 90 minutes |
| Passing score | 720 / 900 |
| Recommended experience | 12 months Linux admin |
| Validity | 3 years |
What Changed in XK0-006
XK0-006 is a meaningful refresh over XK0-005. Key updates include:
- Expanded automation domain: Bash, Python basics, Ansible playbooks, and cron/systemd timers
- Stronger container coverage: Podman and Docker, container networking, basic Kubernetes interaction
- Cloud-aware Linux: cloud-init, instance metadata services, configuration drift detection
- Modernised security: SELinux/AppArmor deeper coverage, audit framework, key management with TPM
- Reduced focus on legacy bootloaders and SysV init; systemd is now the default assumption
Exam Domain Breakdown
| Domain | Approx weight |
|---|---|
| 1. System Management | 32% |
| 2. Security | 22% |
| 3. Scripting, Containers & Automation | 19% |
| 4. Troubleshooting | 27% |
1. System Management (32%)
- User and group management, sudo, PAM
- File systems (ext4, XFS, Btrfs), LVM, swap, quotas
- systemd units, targets, journald
- Package management (apt, dnf/yum, zypper, snap, flatpak)
- Kernel modules and tuning (sysctl, ulimits)
- Networking (ip, nmcli, systemd-networkd, firewalld, nftables)
- Storage (iSCSI, NFS, multipath, basic ZFS)
2. Security (22%)
- SSH hardening, key management, MFA via PAM
- SELinux contexts, booleans, troubleshooting
- AppArmor profiles
- auditd and ausearch
- Disk encryption with LUKS
- Certificate management (openssl, certbot)
- Vulnerability scanning basics (lynis, openSCAP)
3. Scripting, Containers & Automation (19%)
- Bash scripting fundamentals (variables, loops, conditionals, functions)
- Common text-processing tools (awk, sed, grep, jq)
- Python scripting basics
- Cron, anacron, systemd timers
- Docker and Podman basics: build, run, networks, volumes
- Container registries and image signing
- Ansible inventory and playbook basics
- git basics
4. Troubleshooting (27%)
- Boot issues (GRUB, initramfs, rescue mode)
- Storage troubleshooting (fsck, full disks, inode exhaustion)
- Network troubleshooting (ss, ip, nslookup, dig, mtr, tcpdump)
- Performance analysis (top, htop, vmstat, iostat, sar, perf)
- Service troubleshooting via journalctl and systemctl
- Hardware diagnostics (dmidecode, lsblk, lspci, smartctl)
10-Week Study Plan
| Week | Topic | Lab work |
|---|---|---|
| 1 | Linux fundamentals, file system layout, shell basics | Spin up Ubuntu & AlmaLinux VMs |
| 2 | User management, permissions, sudo, PAM | Build a hardened multi-user box |
| 3 | Storage: LVM, file systems, mounts, fstab | Add disks, create LVs, expand |
| 4 | systemd, services, journald, networking | Write custom service units |
| 5 | Package management, kernel modules, repos | Build a custom RPM and DEB |
| 6 | Security: SELinux, AppArmor, auditd, LUKS | Troubleshoot SELinux denials |
| 7 | Bash + Python scripting, cron, systemd timers | Automate log rotation |
| 8 | Containers (Docker/Podman), registries | Build a multi-container app |
| 9 | Ansible basics, git workflow | Write a playbook that hardens a server |
| 10 | Practice exams, performance-based simulations | Timed full-length attempts |
Linux+ vs RHCSA vs LFCS
| Attribute | CompTIA Linux+ (XK0-006) | Red Hat RHCSA (EX200) | Linux Foundation LFCS |
|---|---|---|---|
| Cost | $369 | $500 | $395 |
| Format | MCQ + PBQ (proctored) | 100% hands-on, real RHEL system | 100% hands-on, your distro choice |
| Validity | 3 years | 3 years | 3 years |
| Distro neutrality | Fully neutral | Red Hat only | Choose Ubuntu, openSUSE, CentOS Stream |
| Industry recognition (US) | High in govt, federal contractors | Highest in enterprise/Red Hat shops | High in cloud-native & open-source orgs |
| Best for | Generalist sysadmin, federal IT | Enterprise RHEL admin | Cloud-native sysadmin, SRE |
Which should you take?
- Targeting a federal or US government IT role: Linux+ (DoD 8140 qualifier)
- Working in a Red Hat shop or planning to: RHCSA
- Working in cloud-native, Kubernetes, or open-source-heavy environments: LFCS
- Want one credential that travels across distributions and proves theory: Linux+
Recommended Lab Setup
- Two VMs: one Ubuntu LTS, one AlmaLinux or Rocky Linux 9 — covers both apt and dnf ecosystems
- Hypervisor: VirtualBox, Hyper-V, or KVM (free)
- Container runtime: Install both Docker and Podman
- Optional: A small Raspberry Pi for hands-on hardware practice
Recommended Study Resources
- CompTIA CertMaster Learn for Linux+ — official, expensive but high-quality
- Sander van Vugt's Linux+ video course — long-standing standard reference
- The Linux Command Line by William Shotts (free PDF) — strong fundamentals
- OverTheWire Bandit wargame — free shell-skill practice
- tldr.sh — quick command references
- CertQnA Linux+ practice questions — exam-style practice
Final Tips for Test Day
- Performance-based questions appear first; if one stalls you, flag and return after the multiple choice
- Know systemd cold — it shows up in System Management, Troubleshooting, and Security domains
- Practice troubleshooting workflow:
journalctl -xeu service,systemctl status service,ss -tlnp - Know one packaging system inside out (dnf or apt) rather than memorising both at surface level
- For container questions, focus on Podman commands — XK0-006 leans Podman over Docker
If you commit two evenings a week and one longer weekend session, the 10-week plan above is realistic. Linux+ remains the strongest "first Linux cert" for sysadmins who want vendor neutrality and federal-friendliness on their resume.