Topic 101: System Architecture13%The layer between the metal and a usable system. Enumerating what hardware is actually present and which kernel modules drive it, reading the boot story out of the logs, and knowing the sequence from BIOS or UEFI through the boot loader and initramfs to a running init — with both SysVinit and systemd expected, and Upstart at awareness level. It closes on the part every administrator eventually needs at 3 a.m.: moving the running system between runlevels or boot targets, and shutting it down or rebooting it without surprising the people logged in. Eight of the exam’s sixty weight points sit here.
≈ 8 h Topic 102: Linux Installation and Package Management20%Getting software onto the machine and keeping it consistent. It starts before installation, with the judgement call of how to carve up the disk — what deserves its own partition, how much swap, where LVM fits — then installs and configures a boot manager, and works out which shared libraries a binary actually needs and how the loader finds them. The bulk of the weight is deliberately split across the two package worlds: apt and dpkg on the Debian side, rpm plus yum and zypper on the RPM side, with dnf at awareness level. A short final objective treats the machine itself as a guest — virtual machines, containers, cloud instances, and the identity artefacts (SSH host keys, D-Bus machine id) that must not survive being cloned.
≈ 12 h Topic 103: GNU and Unix Commands43%The largest block on the exam by a wide margin — 26 of 60 weight points, so roughly two questions in five. This is the shell session itself: running and editing commands, the environment and how variables get exported, text filters from cat and cut through sort, sed and the checksum tools, file and directory management including find, tar, cpio and dd, and the stream plumbing that ties them together with pipes, redirects, tee and xargs. Process work sits alongside it — foreground and background jobs, nohup, signals, ps and top, and adjusting priority with nice and renice. It finishes with regular expressions, basic against extended, and enough vi to open a config file, change it and get out.
≈ 26 h Topic 104: Devices, Linux Filesystems, Filesystem Hierarchy Standard23%Storage from the partition table upward. Managing MBR and GPT tables, creating ext2/3/4, XFS, VFAT and exFAT filesystems (Btrfs at feature-awareness level), then keeping them honest — checking integrity, watching free space and inodes, repairing the simple failures. Mounting is treated as its own discipline: by hand, at boot through /etc/fstab, by label or UUID, for removable media, with systemd mount units at awareness level. The last third is the permission model — modes, ownership, setuid, setgid and the sticky bit — hard and symbolic links, and the Filesystem Hierarchy Standard, which is what turns “where does this file go?” from an opinion into a rule.
≈ 14 h