Site Tools


gnu-linux

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
gnu-linux [February 09, 2026 at 14:43] yanevskivgnu-linux [May 14, 2026 at 11:38] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +# GNU/Linux
 +**GNU/Linux** is a free operating system that replaced the older operating system called Unix. It's ubiquitous on servers and supercomputers. It's an increasingly popular choice for desktops, but not yet common. It's also the operating system behind SteamOS.
 +
 +When people say "I use Linux" they often mean a distribution of GNU/Linux, such as Debian GNU/Linux. 
 +
 +
 +## F.A.Q. (Terminology)
 +
 +### What's the difference between "GNU/Linux" and "Unix"?
 +Unix was an older proprietary operating system from the 1970s. It's the operating system that the GNU Project was trying to replace.
 +
 +### What's the difference between "GNU/Linux" and "Linux"
 +Linux refers to the [[linux|Linux kernel]]. It's a low-level component that implements syscalls, drivers, filesystems, and much more. 
 +
 +GNU sits above Linux kernel and it implements all of the programs and components that Unix had. Commands like `ls`, `grep` `echo`, `cat` etc. for example, are all part of the GNU package,
 +
 +GNU can work without Linux (e.g. [GNU Hurd](https://en.wikipedia.org/wiki/GNU_Hurd)) and Linux can work without GNU (e.g. Android or Alpine Linux)
 +