Overview
Linux refers primarily to the kernel—a core component that manages hardware, memory, processes and device drivers—but the name is also commonly used to describe complete operating systems built around that kernel. Those complete systems, often assembled from the Linux kernel plus utilities and libraries from other projects, form a family of Unix-like operating systems used on a wide variety of computers and devices. Linux is widely known for its modular design, configurability, and the prominence of free and open-source development models.
Kernel and distributions
The Linux kernel provides low-level services such as scheduling, memory management and device control. Around the kernel, projects and vendors package userland tools, system libraries and configuration systems to create a working system called a distribution (or "distro"). Distributions vary by target audience and goals: some prioritize stability and long-term support for servers, others emphasize the latest desktop features, and some are purpose-built for embedded devices or specialized appliances.
- Typical distribution components: the kernel, a package manager, core utilities, system libraries, optional graphical servers and desktop environments.
- Desktop features may include a graphical display server (such as X11 or Wayland) and desktop environments (for example GNOME or KDE); server editions often omit graphical layers and include server stacks like LAMP.
History and development
Development of the Linux kernel began as a personal project to create a free, Unix-like kernel. Over time it attracted contributions from volunteers, hobbyists and companies, and its governance evolved to coordinate work across a global development community. The kernel is maintained as a series of releases with contributions submitted as patches and reviewed by subsystem maintainers. Commercial organizations also contribute to and redistribute kernel-based systems, producing a rich ecosystem of interoperable and competing distributions.
Uses and platforms
Linux runs on an exceptionally broad set of hardware, from small embedded chips to large-scale servers and supercomputers. Common deployment categories include:
- Servers and cloud infrastructure, where Linux is a dominant operating system thanks to its stability, performance and tooling.
- Mobile and embedded devices, where Linux-based kernels support custom distributions for routers, appliances, televisions and many Internet of Things devices.
- Smartphones and tablets in the form of systems that use the Linux kernel as a foundation beneath different application frameworks.
- Desktops and laptops, where multiple distributions provide user-friendly installers, graphical environments and office/productivity software.
Because the kernel and many complementary packages are available under permissive or copyleft open-source licenses, organizations can tailor systems for highly constrained hardware or scale them for high-performance computing.
Software ecosystem and distinctions
The Linux ecosystem includes thousands of individual projects: system libraries, command-line tools, desktop environments, windowing systems, package-management systems and specialized server software. Distributions distinguish themselves by package format and management tools, release cadence (rolling vs. fixed), support policies and target audiences. Some distributions aim for cutting-edge software, others for conservative stability and long-term security updates; commercial vendors often provide paid support and certified builds for enterprise customers.
Licensing, community and significance
Linux is a prominent example of collaborative free and open-source software development. Source code for the kernel and many associated projects is publicly available, permitting inspection, modification and redistribution under the terms of their respective licenses. This openness has enabled a large, diverse community of contributors—individual volunteers, academic groups and commercial engineering teams—to cooperate on shared components while also producing many independent distributions and products.
For further orientation and references see: L1 L2 L3 L4 L5 L6 L7 L8 L9 L10 L11 L12 L13 L14 L15 L16 L17 L18 L19 L20 L21 L22 L23 L24 L25 L26 L27 L28



