0.3 · Operating systems (Windows, macOS, Linux)

Level 0 · IT Fundamentals

0.3Operating systems (Windows, macOS, Linux)

Objective: understand what an operating system does and know the strengths of the three families you will meet: Windows, macOS and Linux.
Estimated time: 12 min

An operating system (OS) is the software layer between the hardware and your applications. It manages memory, files, processes and devices, and gives programs a consistent way to use the machine. Without it, every app would have to talk to the hardware directly — unthinkable. Three families dominate: Windows (the standard on business desktops), macOS (popular in creative work, tied to Apple hardware), and Linux (free, robust, and the clear leader on servers and in the cloud).

For a technician, the key is not to pick a « best » OS but to be comfortable with each in its context. Windows dominates the corporate endpoint, so mastering it is essential; Linux runs a huge share of the servers and services you will administer, so basic Linux literacy quickly becomes valuable; macOS appears in many teams and has its own management tools. They share the same big ideas — users and permissions, a file system, processes, drivers, updates — so once you understand those concepts on one system, you transfer most of them to the others. Learning to move between them is a mark of a solid generalist.

Section vocabulary

Operating system (OS)
The software that sits between hardware and applications; it manages memory, files, processes and devices.
Windows
Microsoft's OS, the standard on business desktops and laptops.
macOS
Apple's OS, common in creative fields, running only on Apple hardware.
Linux
A free, open-source OS family that dominates servers and cloud infrastructure.
Kernel
The core of the OS that talks to the hardware and shares its resources among programs.
Check your understanding

What does an operating system do?

Tutorial 0.3
Tutorials: « 0.3 » operating systems Windows macOS Linux explained (search)
Click to see up-to-date results ↗

In practice — Compare three systems

  1. For Windows, macOS and Linux, write one sentence on where each is most commonly used.
  2. Find, on a system you can access, where to see the OS version and installed updates.
  3. Locate the equivalent of « list running programs » on that system (Task Manager, Activity Monitor, or a command).
  4. Note two concepts (e.g. users, permissions, files) that clearly exist on all three.
You understand what an OS does and can situate Windows, macOS and Linux, transferring shared concepts between them.

Key takeaways

  • The OS is the intermediary between hardware and applications; it manages memory, files, processes and devices.
  • Windows = business desktops; macOS = creative work on Apple hardware; Linux = servers and cloud.
  • The same core concepts (users, permissions, files, processes, updates) exist across all three.
  • A strong generalist is comfortable moving between systems rather than loyal to just one.

Frequently asked questions

Why is Linux so common on servers if hardly anyone uses it on their desktop?

Servers value stability, efficiency, security and cost — areas where Linux excels. It is free and open-source (no per-machine licence), runs reliably for long periods, uses resources efficiently, and can be fully driven from the command line, which makes it easy to automate and manage at scale. The desktop experience matters less on a machine that no one sits in front of. That is also why most cloud services run on Linux under the hood: even when you administer a Windows-centric organization, you will keep meeting Linux behind the scenes.

Should I learn Windows or Linux first?

For most IT support and administration careers, start with Windows, because it is what you will find on the majority of the endpoints you support. Then add Linux basics fairly early, since so much server and cloud infrastructure runs on it. You do not have to master both at once: get comfortable with Windows day-to-day, and build Linux familiarity in a virtual machine (see the virtualization section) where you can experiment safely. The concepts overlap heavily, so the second system is much easier than the first.

More resources