IT Support, Networking and Infrastructure
Linux administration
Most servers on the internet boot without a graphical interface, and the person responsible for them works through a shell. Linux administration is that work: packages, filesystems, users, services, logs and the network settings that tie them together. The skills carry across distributions better than people expect, and three separate certification routes test almost the same ground, which makes the choice between them matter less than the hours of practice.
Why this topic exists: The command line, package management, filesystems, users, services, scripting and networking as LPIC-1 objectives v5.0 lay them out (topics 101–110); Linux+ and RHCSA test the same ground.
A Linux administrator keeps a fleet of machines predictable. Software arrives and is updated through a package manager rather than downloaded installers; disks are partitioned, formatted and mounted according to a plan; accounts and groups decide who may read which file; services start at boot and are restarted when they fall over; logs are read to learn why they did. Most of this happens over SSH on machines the administrator has never physically touched, and much of it is the same work that anyone renting a VPS or running a web server eventually has to do for themselves.
How LPIC-1 divides the ground
LPI's LPIC-1 objectives, currently version 5.0, are the clearest public map of the field, because they are written with no single distribution in mind. They run as ten numbered topics spread over two papers, and grouping them shows what the job rests on:
- Topics 101 and 102: the hardware the system sees, the boot sequence from firmware to a running system, disk layout, boot loaders, shared libraries and both big package families, Debian's and the RPM world's.
- Topics 103 and 104: working at the prompt, filtering text and searching it with regular expressions, starting and prioritising processes, creating filesystems, mounting them, and managing ownership, permissions and links.
- Topics 105 to 107: the shell environment and simple scripts, a short section on graphical desktops and accessibility, then administrative tasks such as accounts, scheduled jobs and localisation.
- Topics 108 to 110: system time, logging, mail transfer and printing, then IP basics, persistent network settings, fault-finding and client-side DNS, and finally host security and encryption.
Three routes to one competence
LPIC-1 and CompTIA's Linux+ are multiple-choice papers that stay neutral between distributions, with Linux+ reaching further into containers and security. Red Hat's RHCSA is the odd one out: it gives you live systems and a task list and marks what those systems do when time runs out, so there is nothing to recognise and nothing to guess. Employers whose servers run Red Hat Enterprise Linux or one of its rebuilds tend to name the RHCSA; elsewhere the choice matters less than the time spent at a prompt. LPIC-2 is the next rung for anyone who wants the engineering half of the job, from the kernel and advanced storage to running network services for other people.
Break a machine on purpose
Build a throwaway virtual machine and damage it deliberately: delete a line from the filesystem table, stop the network service, fill a disk to the last block. Repairing a system you broke yourself teaches the boot order and the logs faster than any reading, and it is exactly the skill a hands-on exam rewards.
The beginner's usual mistake is learning commands without learning the system underneath them. Someone who has memorised a hundred flags but cannot say what happens between the boot loader and the login prompt is stuck the first time a server refuses to start, which is precisely the moment an administrator is paid for. Learn the order in which things happen, where each part writes its logs and how to read a permission string, and the commands follow naturally. From here the work leads three ways: into scripting and automation, where repeated tasks become code; into servers and virtualisation; and on to containers and the cloud, which run on Linux almost everywhere.
Next to this topic
- IT fundamentalsWhat computers, networks, operating systems and data are for, before fixing any of them: the scope of Tech+ and of the first weeks of every support course (SFIA Delivery and operation; A+ Core 1).
- Hardware, mobile devices and troubleshootingComponents, peripherals, mobile devices and the troubleshooting method are the largest part of A+ Core 1 (Hardware 25 %, Hardware and Network Troubleshooting 28 %, Mobile Devices 13 %, read 2026-09-26).
- Operating systems: Windows, macOS, LinuxInstalling, configuring and securing desktop operating systems is A+ Core 2's largest domain (Operating Systems 28 %) and the daily ground of support work.
- Windows Server and Active DirectoryDomains, group policy, file and print, identity for the desktop estate: the server side of most business IT (SFIA System software administration; Microsoft's Windows Server hybrid administrator track).
- Networking fundamentalsThe OSI and TCP/IP models, addressing, subnetting, DHCP and DNS are the first domains of Network+ (Networking concepts 23 %) and CCNA (Network Fundamentals 20 %).
- IT support and the service deskTickets, incidents, requests, remote support and the operational procedures of A+ Core 2 (21 %): the job most people enter IT through (Google IT Support; ITIL's service desk and incident practices).
- IT service management (ITIL)The practices that run IT as a service: incident, problem, change enablement, service level, continual improvement (ITIL's practice model, Version 5 since February 2026 with ITIL 4 in parallel; ITIL Foundation; ServiceNow CSA).
- Virtualisation and server infrastructureHypervisors, virtual machines and server hardware sit between the desktop and the cloud (A+ Core 1 Virtualization and Cloud Computing 11 %; SFIA Infrastructure operations; VMware and Server+).
- Scripting and automation for administratorsPowerShell, Bash and Python are how administrators stop doing the same thing twice (LPIC-1 topic 105; CCNA Automation and Programmability 10 %; SFIA System software administration).
Concepts to know
Glossary entries with the reason each one matters here.
- DNS
Client-side DNS configuration is an LPIC-1 objective.
- SSL/TLS
Securing data with encryption is LPIC-1 topic 110.
- Git
Configuration lives in version control on well-run systems.
- Web Server
The service most Linux administrators run first.
Certifications that test it
Vendor exams and free certificates; facts, cost and the preparation path are on each page, and the certifications hub has them all.
- LPI · 101-500 + 102-500LPIC-1 — Linux AdministratorThe exam whose objectives define the topic.
- LPI · 201-450 + 202-450LPIC-2 — Linux EngineerThe advanced administrator level.
- CompTIA · XK0-006CompTIA Linux+CompTIA's vendor-neutral Linux exam.
- Red Hat · EX200Red Hat Certified System Administrator (RHCSA)Red Hat's hands-on administrator exam.
Tools of the trade
- Bash and the shell
The Linux administrator's daily interface.
- Linux
The server operating system.
Frequently asked
- Which Linux distribution should I learn on?
- Any mainstream one, ideally two. Pairing a Debian-family system such as Ubuntu with a Red Hat rebuild such as Rocky or AlmaLinux covers both package families that LPIC-1 examines. If the employer you are aiming at runs one of them, practise on that.
- Is LPIC-1 or the RHCSA more respected?
- They prove different things. LPIC-1 shows broad knowledge that holds on any distribution; the RHCSA shows you completed real tasks on a Red Hat system under time pressure. Where the job advert names Red Hat, the RHCSA carries more weight; elsewhere either works, and many administrators hold both over time.
- How much scripting does Linux administration need?
- Enough to read and adjust a shell script without fear, and to write short ones that loop over files or users. LPIC-1 examines exactly that level. Larger automation, in Python or a configuration tool, comes later and builds on the same habits.
- Can I learn Linux administration on a Windows laptop?
- Yes. A virtual machine gives you a full system to break and repair, and Windows Subsystem for Linux gives you a shell for daily practice. Use the virtual machine for anything touching boot, disks or services, which the subsystem does not behave like a real server for.
Courses in the directory
255 courses are filed here; the top 6 by our ranking, details and the provider link on each course page.
Last reviewed 26 September 2026 · Getting Digital
