Skip to content
Getting Digital

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

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.

Tools of the trade

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.

Browse the directory shelf

Last reviewed 26 September 2026 · Getting Digital