Learning center
Windows-to-Linux guides that explain the differences
Use these guides when a one-line command mapping is not enough. They focus on the mental models that Windows users need when files, packages, permissions, services and the shell behave differently on Linux.
Guides
Build Linux knowledge in practical layers
6 guides
Migration guide
Moving to Linux is easier when you treat it as a staged migration instead of a one-day operating-system replacement. This guide shows how to inventory what you use, test Linux safely, replace Windows-specific workflows and verify that your files and peripherals work before you commit.
Read the full guide →
Beginner guide
The Linux shell is not simply Command Prompt with different command names. The biggest gains come from understanding paths, text streams, quoting, help systems and how small tools are combined.
Read the full guide →
Filesystem guide
Windows and Linux both organize data into files and directories, but they present storage differently. Understanding the single Linux directory tree, mount points and common system locations prevents many early migration mistakes.
Read the full guide →
Permissions guide
Linux permissions are compact and predictable once you separate three questions: who owns the object, which group is associated with it, and what the owner/group/others are allowed to do.
Read the full guide →
Software guide
Linux software installation is usually repository-first. The command names differ between distribution families, but the underlying workflow—refresh metadata, install signed packages, resolve dependencies and apply updates—is consistent.
Read the full guide →
System administration guide
Windows separates Task Manager, Services, Event Viewer and Task Scheduler into familiar tools. Linux exposes the same underlying ideas through processes, service managers, logs and schedulers, with both graphical and command-line interfaces.
Read the full guide →
When to use a guide versus the command library
Use a guide when you are learning a Linux concept or planning a migration decision. Use the command library when you already know the Windows task and need the closest Linux command, options and examples. Use the translator for quick lookup in either direction.