Linux ( or )
is a family of
open-source
Open source is source code that is made freely available for possible modification and redistribution. Products include permission to use the source code, design documents, or content of the product. The open-source model is a decentralized sof ...
Unix-like operating system
An operating system (OS) is system software that manages computer hardware, software resources, and provides common daemon (computing), services for computer programs.
Time-sharing operating systems scheduler (computing), schedule tasks for ef ...
s based on the
Linux kernel
The Linux kernel is a free and open-source, monolithic, modular, multitasking, Unix-like operating system kernel. It was originally authored in 1991 by Linus Torvalds for his i386-based PC, and it was soon adopted as the kernel for the GNU ope ...
, an
operating system kernel
The kernel is a computer program at the core of a computer's operating system and generally has complete control over everything in the system. It is the portion of the operating system code that is always resident in memory and facilitates in ...
first released on September 17, 1991, by
Linus Torvalds. Linux is typically
packaged
Packaging is the science, art and technology of enclosing or protecting products for distribution, storage, sale, and use. Packaging also refers to the process of designing, evaluating, and producing packages. Packaging can be described as a co ...
as a
Linux distribution
A Linux distribution (often abbreviated as distro) is an operating system made from a software collection that includes the Linux kernel and, often, a package management system. Linux users usually obtain their operating system by downloading one ...
, which includes the kernel and supporting
system software and
libraries, many of which are provided by the
GNU Project
The GNU Project () is a free software, mass collaboration project announced by Richard Stallman on September 27, 1983. Its goal is to give computer users freedom and control in their use of their computers and Computer hardware, computing devi ...
. Many Linux distributions use the word "Linux" in their name, but the
Free Software Foundation uses the name "GNU/Linux" to emphasize the importance of
GNU software,
causing some controversy.
Popular Linux distributions include
Debian,
Fedora Linux
Fedora Linux is a Linux distribution developed by the Fedora Project. Fedora contains software distributed under various free and open-source licenses and aims to be on the leading edge of open-source technologies. Fedora is the upstream (softwa ...
, and
Ubuntu, the latter of which itself consists of many different distributions and modifications, including
Lubuntu and
Xubuntu. Commercial distributions include
Red Hat Enterprise Linux
Red Hat Enterprise Linux (RHEL) is a Commercial software, commercial Open-source software, open-source Linux distribution developed by Red Hat for the commerce, commercial market. Red Hat Enterprise Linux is released in server versions for x86-6 ...
and
SUSE Linux Enterprise
SUSE Linux Enterprise (often abbreviated to SLE) is a Linux-based operating system developed by SUSE. It is available in two editions, suffixed with Server (SLES) for servers and mainframes, and Desktop (SLED) for workstations and desktop comp ...
. Desktop Linux distributions include a
windowing system such as
X11 or
Wayland, and a
desktop environment such as
GNOME
A gnome is a mythological creature and diminutive spirit in Renaissance magic and alchemy, first introduced by Paracelsus in the 16th century and later adopted by more recent authors including those of modern fantasy literature. Its charac ...
or
KDE Plasma Plasma is a desktop environment by KDE, and can refer to:
* KDE Plasma 5 (2014–today)
* KDE Plasma 4 (2008–2015)
* Plasma Mobile for smartphones
* Plasma Bigscreen
Plasma Bigscreen is a software project from KDE which contains an interface op ...
. Distributions intended for
servers may omit
graphics
Graphics () are visual images or designs on some surface, such as a wall, canvas, screen, paper, or stone, to inform, illustrate, or entertain. In contemporary usage, it includes a pictorial representation of data, as in design and manufacture ...
altogether, or include a
solution stack such as
LAMP. Because Linux is freely redistributable, anyone may create a distribution for any purpose.
Linux was originally developed for
personal computer
A personal computer (PC) is a multi-purpose microcomputer whose size, capabilities, and price make it feasible for individual use. Personal computers are intended to be operated directly by an end user, rather than by a computer expert or tech ...
s based on the
Intel x86 architecture, but has since been
ported to more
platforms than any other operating system. Because of the dominance of the Linux-based
Android
Android may refer to:
Science and technology
* Android (robot), a humanoid robot or synthetic organism designed to imitate a human
* Android (operating system), Google's mobile operating system
** Bugdroid, a Google mascot sometimes referred to ...
on
smartphones, Linux, including Android, has the
largest installed base of all
general-purpose operating systems, . Although Linux is, , used by only around 2.6 percent of
desktop computers,
the
Chromebook, which runs the Linux kernel-based
ChromeOS, dominates the US
K–12 education market and represents nearly 20 percent of sub-$300
notebook
A notebook (also known as a notepad, writing pad, drawing pad, or legal pad) is a book or stack of paper pages that are often ruled and used for purposes such as note-taking, journaling or other writing, drawing, or scrapbooking.
History
...
sales in the US. Linux is the leading operating system on servers (over 96.4% of the top 1 million web servers' operating systems are Linux), leads other
big iron systems such as
mainframe computer
A mainframe computer, informally called a mainframe or big iron, is a computer used primarily by large organizations for critical applications like bulk data processing for tasks such as censuses, industry and consumer statistics, enterpris ...
s, and is used on all of the
world's 500 fastest supercompters (since November 2017, having gradually displaced all competitors).
Linux also runs on
embedded systems, i.e. devices whose operating system is typically built into the
firmware and is highly tailored to the system. This includes
routers,
automation
Automation describes a wide range of technologies that reduce human intervention in processes, namely by predetermining decision criteria, subprocess relationships, and related actions, as well as embodying those predeterminations in machines ...
controls,
smart home devices,
video game consoles,
television
Television, sometimes shortened to TV, is a telecommunication Media (communication), medium for transmitting moving images and sound. The term can refer to a television set, or the medium of Transmission (telecommunications), television tra ...
s (Samsung and LG
Smart TVs),
automobiles (Tesla, Audi, Mercedes-Benz, Hyundai and Toyota),
and
spacecraft (
Falcon 9 rocket,
Dragon crew capsule and the
''Perseverance'' rover).
Linux is one of the most prominent examples of free and open-source
software
Software is a set of computer programs and associated software documentation, documentation and data (computing), data. This is in contrast to Computer hardware, hardware, from which the system is built and which actually performs the work.
...
collaboration. The
source code
In computing, source code, or simply code, is any collection of code, with or without comment (computer programming), comments, written using a human-readable programming language, usually as plain text. The source code of a Computer program, p ...
may be used, modified and distributed commercially or non-commercially by anyone under the terms of its respective licenses, such as the
GNU General Public License
The GNU General Public License (GNU GPL or simply GPL) is a series of widely used free software licenses that guarantee end user
In product development, an end user (sometimes end-user) is a person who ultimately uses or is intended to ulti ...
(GPL). The Linux kernel, for example, is licensed under the GPLv2.
History
Precursors
The
Unix operating system was conceived and implemented in 1969, at
AT&T's
Bell Labs
Nokia Bell Labs, originally named Bell Telephone Laboratories (1925–1984),
then AT&T Bell Laboratories (1984–1996)
and Bell Labs Innovations (1996–2007),
is an American industrial research and scientific development company owned by mult ...
, in the United States by
Ken Thompson,
Dennis Ritchie,
Douglas McIlroy, and
Joe Ossanna. First released in 1971, Unix was written entirely in
assembly language, as was common practice at the time. In 1973, in a key pioneering approach, it was rewritten in the
C programming language by Dennis Ritchie (with the exception of some hardware and I/O routines). The availability of a
high-level language implementation of Unix made its
porting to different computer platforms easier.
Due to an earlier
antitrust case
In the United States, antitrust law is a collection of mostly federal laws that regulate the conduct and organization of businesses to promote competition and prevent unjustified monopolies. The three main U.S. antitrust statutes are the Sherm ...
forbidding it from entering the computer business, AT&T licensed the operating system's source code as a trade secret to anyone who asked. As a result, Unix grew quickly and became widely adopted by academic institutions and businesses. In 1984,
AT&T divested itself of its
regional operating companies, and was released from its obligation not to enter the computer business; freed of that obligation, Bell Labs began selling Unix as a
proprietary product, where users were not legally allowed to modify it.
Onyx Systems
Onyx primarily refers to the parallel banded variety of chalcedony, a silicate mineral. Agate and onyx are both varieties of layered chalcedony that differ only in the form of the bands: agate has curved bands and onyx has parallel bands. The c ...
began selling early microcomputer-based Unix workstations in 1980. Later,
Sun Microsystems
Sun Microsystems, Inc. (Sun for short) was an American technology company that sold computers, computer components, software, and information technology services and created the Java programming language, the Solaris operating system, ZFS, the ...
, founded as a spin-off of a student project at
Stanford University
Stanford University, officially Leland Stanford Junior University, is a private research university in Stanford, California. The campus occupies , among the largest in the United States, and enrolls over 17,000 students. Stanford is consider ...
, also began selling Unix-based desktop workstations in 1982. While Sun workstations didn't utilize commodity PC hardware like Linux was later developed for, it represented the first successful commercial attempt at distributing a primarily single-user microcomputer that ran a Unix operating system.
With Unix increasingly "locked in" as a proprietary product, the
GNU Project
The GNU Project () is a free software, mass collaboration project announced by Richard Stallman on September 27, 1983. Its goal is to give computer users freedom and control in their use of their computers and Computer hardware, computing devi ...
, started in 1983 by
Richard Stallman, had the goal of creating a "complete Unix-compatible software system" composed entirely of
free software
Free software or libre software is computer software distributed under terms that allow users to run the software for any purpose as well as to study, change, and distribute it and any adapted versions. Free software is a matter of liberty, ...
. Work began in 1984.
Later, in 1985, Stallman started the
Free Software Foundation and wrote the
GNU General Public License
The GNU General Public License (GNU GPL or simply GPL) is a series of widely used free software licenses that guarantee end user
In product development, an end user (sometimes end-user) is a person who ultimately uses or is intended to ulti ...
(GNU GPL) in 1989. By the early 1990s, many of the programs required in an operating system (such as libraries,
compiler
In computing, a compiler is a computer program that translates computer code written in one programming language (the ''source'' language) into another language (the ''target'' language). The name "compiler" is primarily used for programs that ...
s,
text editors, a
command-line shell
A command-line interpreter or command-line processor uses a command-line interface (CLI) to receive commands from a user in the form of lines of text. This provides a means of setting parameters for the environment, invoking executables and pro ...
, and a
windowing system) were completed, although low-level elements such as
device drivers,
daemons, and the
kernel, called
GNU Hurd, were stalled and incomplete.
MINIX was created by
Andrew S. Tanenbaum, a
computer science
Computer science is the study of computation, automation, and information. Computer science spans theoretical disciplines (such as algorithms, theory of computation, information theory, and automation) to practical disciplines (includin ...
professor, and released in 1987 as a minimal
Unix-like operating system targeted at students and others who wanted to learn operating system principles. Although the complete source code of MINIX was freely available, the licensing terms prevented it from being
free software
Free software or libre software is computer software distributed under terms that allow users to run the software for any purpose as well as to study, change, and distribute it and any adapted versions. Free software is a matter of liberty, ...
until the licensing changed in April 2000.
Although not released until 1992, due to
legal complications, development of
386BSD, from which
NetBSD
NetBSD is a free and open-source Unix operating system based on the Berkeley Software Distribution (BSD). It was the first open-source BSD descendant officially released after 386BSD was forked. It continues to be actively developed and is a ...
,
OpenBSD
OpenBSD is a security-focused, free and open-source, Unix-like operating system based on the Berkeley Software Distribution (BSD). Theo de Raadt created OpenBSD in 1995 by forking NetBSD 1.0. According to the website, the OpenBSD project em ...
and
FreeBSD descended, predated that of Linux.
Linus Torvalds has stated on separate occasions that if the
GNU kernel
GNU Hurd is a collection of microkernel servers written as part of GNU, for the GNU Mach microkernel. It has been under development since 1990 by the GNU Project of the Free Software Foundation, designed as a replacement for the Unix kerne ...
or 386BSD had been available at the time (1991), he probably would not have created Linux.
Creation
While attending the
University of Helsinki in the fall of 1990, Torvalds enrolled in a Unix course. The course utilized a
MicroVAX minicomputer running
Ultrix
Ultrix (officially all-caps ULTRIX) is the brand name of Digital Equipment Corporation's (DEC) discontinued native Unix operating systems for the PDP-11, VAX, MicroVAX and DECstations.
History
The initial development of Unix occurred on DEC equip ...
, and one of the required texts was ''
Operating Systems: Design and Implementation'' by
Andrew S. Tanenbaum. This textbook included a copy of Tanenbaum's
MINIX operating system. It was with this course that Torvalds first became exposed to Unix. In 1991, he became curious about operating systems. Frustrated by the licensing of MINIX, which at the time limited it to educational use only,
he began to work on his own operating system kernel, which eventually became the
Linux kernel
The Linux kernel is a free and open-source, monolithic, modular, multitasking, Unix-like operating system kernel. It was originally authored in 1991 by Linus Torvalds for his i386-based PC, and it was soon adopted as the kernel for the GNU ope ...
.
Torvalds began the development of the Linux kernel on MINIX and applications written for MINIX were also used on Linux. Later, Linux matured and further Linux kernel development took place on Linux systems. GNU applications also replaced all MINIX components, because it was advantageous to use the freely available code from the GNU Project with the fledgling operating system; code licensed under the GNU GPL can be reused in other computer programs as long as they also are released under the same or a compatible license. Torvalds initiated a switch from his original license, which prohibited commercial redistribution, to the GNU GPL. Developers worked to integrate GNU components with the Linux kernel, creating a fully functional and free operating system.
Naming
Linus Torvalds had wanted to call his invention "Freax", a
portmanteau of "free", "freak", and "x" (as an allusion to Unix). During the start of his work on the system, some of the project's
makefiles included the name "Freax" for about half a year. Initially, Torvalds considered the name "Linux" but dismissed it as too egotistical.
[Torvalds, Linus and Diamond, David, ''Just for Fun: The Story of an Accidental Revolutionary'', 2001, ]
To facilitate development, the files were uploaded to the
FTP server (
ftp.funet.fi
) of
FUNET in September 1991. Ari Lemmke, Torvalds' coworker at the
Helsinki University of Technology (HUT) who was one of the volunteer administrators for the FTP server at the time, did not think that "Freax" was a good name, so he named the project "Linux" on the server without consulting Torvalds.
Later, however, Torvalds consented to "Linux".
According to a newsgroup post by Torvalds,
the word "Linux" should be pronounced ( ) with a short 'i' as in 'print' and 'u' as in 'put'. To further demonstrate how the word "Linux" should be pronounced, he included an audio guide () with the kernel source code.
However, in this recording, he pronounces 'Linux' ( ) with a short but close front unrounded vowel.
Commercial and popular uptake
Adoption of Linux in production environments, rather than being used only by hobbyists, started to take off first in the mid-1990s in the supercomputing community, where organizations such as
NASA
The National Aeronautics and Space Administration (NASA ) is an independent agency of the US federal government responsible for the civil space program, aeronautics research, and space research.
NASA was established in 1958, succeedi ...
started to replace their increasingly expensive machines with
clusters of inexpensive commodity computers running Linux. Commercial use began when
Dell and
IBM, followed by
Hewlett-Packard
The Hewlett-Packard Company, commonly shortened to Hewlett-Packard ( ) or HP, was an American multinational information technology company headquartered in Palo Alto, California. HP developed and provided a wide variety of hardware componen ...
, started offering Linux support to escape
Microsoft's monopoly in the desktop operating system market.
Today, Linux systems are used throughout computing, from
embedded systems to virtually all
supercomputer
A supercomputer is a computer with a high level of performance as compared to a general-purpose computer. The performance of a supercomputer is commonly measured in floating-point operations per second (FLOPS) instead of million instructions ...
s,
and have secured a place in
server installations such as the popular
LAMP application stack. Use of Linux distributions in home and enterprise desktops has been growing.
Linux distributions have also become popular in the
netbook
Netbook was a commonly used term that identified a product class of small and inexpensive laptops which were sold from 2007 to around 2013. These machines were designed primarily as cost-effective tools for consumers to access the Inte ...
market, with many devices shipping with customized Linux distributions installed, and Google releasing their own
ChromeOS designed for netbooks.
Linux's greatest success in the consumer market is perhaps the mobile device market, with
Android
Android may refer to:
Science and technology
* Android (robot), a humanoid robot or synthetic organism designed to imitate a human
* Android (operating system), Google's mobile operating system
** Bugdroid, a Google mascot sometimes referred to ...
being the dominant operating system on
smartphones and very popular on
tablets and, more recently, on
wearables.
Linux gaming is also on the rise with
Valve showing its support for Linux and rolling out
SteamOS, its own gaming-oriented Linux distribution, and later the
Steam Deck platform. Linux distributions have also gained popularity with various local and national governments, such as the federal government of
Brazil
Brazil ( pt, Brasil; ), officially the Federative Republic of Brazil (Portuguese: ), is the largest country in both South America and Latin America. At and with over 217 million people, Brazil is the world's fifth-largest country by area ...
.
Current development
Greg Kroah-Hartman is the lead maintainer for the Linux kernel and guides its development.
William John Sullivan
William John Sullivan (more commonly known as John Sullivan; born December 6, 1976) is a software freedom activist, hacker, and writer. John was formerly executive director of the Free Software Foundation (FSF), where he has worked since early 20 ...
is the executive director of the Free Software Foundation, which in turn supports the GNU components. Finally, individuals and corporations develop third-party non-GNU components. These third-party components comprise a vast body of work and may include both kernel modules and user applications and libraries.
Linux vendors and communities combine and distribute the kernel, GNU components, and non-GNU components, with additional
package management software in the form of
Linux distribution
A Linux distribution (often abbreviated as distro) is an operating system made from a software collection that includes the Linux kernel and, often, a package management system. Linux users usually obtain their operating system by downloading one ...
s.
Design
Many
open source
Open source is source code that is made freely available for possible modification and redistribution. Products include permission to use the source code, design documents, or content of the product. The open-source model is a decentralized sof ...
developers agree that the Linux kernel was not designed but rather
evolved through
natural selection
Natural selection is the differential survival and reproduction of individuals due to differences in phenotype. It is a key mechanism of evolution, the change in the heritable traits characteristic of a population over generations. Cha ...
. Torvalds considers that although the design of Unix served as a scaffolding, "Linux grew with a lot of mutations – and because the mutations were less than random, they were faster and more directed than
alpha-particles in DNA."
Eric S. Raymond considers Linux's revolutionary aspects to be social, not technical: before Linux, complex software was designed carefully by small groups, but "Linux evolved in a completely different way. From nearly the beginning, it was rather casually hacked on by huge numbers of volunteers coordinating only through the Internet. Quality was maintained not by rigid standards or autocracy but by the naively simple strategy of releasing every week and getting feedback from hundreds of users within days, creating a sort of rapid Darwinian selection on the mutations introduced by developers."
Bryan Cantrill, an engineer of a competing OS, agrees that "Linux wasn't designed, it evolved", but considers this to be a limitation, proposing that some features, especially those related to security, cannot be evolved into, "this is not a biological system at the end of the day, it's a software system."
A Linux-based system is a modular
Unix-like operating system, deriving much of its basic design from principles established in Unix during the 1970s and 1980s. Such a system uses a
monolithic kernel, the
Linux kernel
The Linux kernel is a free and open-source, monolithic, modular, multitasking, Unix-like operating system kernel. It was originally authored in 1991 by Linus Torvalds for his i386-based PC, and it was soon adopted as the kernel for the GNU ope ...
, which handles process control, networking, access to the
peripheral
A peripheral or peripheral device is an auxiliary device used to put information into and get information out of a computer. The term ''peripheral device'' refers to all hardware components that are attached to a computer and are controlled by the ...
s, and
file systems.
Device drivers are either integrated directly with the kernel, or added as modules that are loaded while the system is running.
The GNU
userland is a key part of most systems based on the Linux kernel, with Android being the notable exception. The Project's
implementation of the
C library works as a wrapper for the
system calls of the Linux kernel necessary to the kernel-userspace interface, the
toolchain is a broad collection of programming tools vital to Linux development (including the
compilers used to build the Linux kernel itself), and the
coreutils implement many basic
Unix tools. The project also develops
Bash, a popular
CLI shell. The
graphical user interface (or GUI) used by most Linux systems is built on top of an implementation of the
X Window System.
More recently, the Linux community seeks to advance to
Wayland as the new display server protocol in place of
X11. Many other open-source software projects contribute to Linux systems.
Installed components of a Linux system include the following:
* A
bootloader, for example
GNU GRUB,
LILO
Lilo or LILO may refer to:
__NOTOC__ People
* Lilo (name), a list of people with the nickname or surname
* Lilo (footballer), Brazilian footballer Murilo Rufino Barbosa (born 1983)
* Lilo (actress), stage name of German-born French actress and s ...
,
SYSLINUX or
systemd-boot
systemd-boot is a free and open-source boot manager created by obsoleting the gummiboot project and merging it into systemd in May 2015.
gummiboot was developed by the Red Hat employees Kay Sievers and Harald Hoyer and designed as a minimal ...
. This is a program that loads the Linux kernel into the computer's
main memory
Computer data storage is a technology consisting of computer components and recording media that are used to retain digital data. It is a core function and fundamental component of computers.
The central processing unit (CPU) of a computer ...
, by being executed by the computer when it is turned on and after the
firmware initialization is performed.
* An
init
In Unix-based computer operating systems, init (short for ''initialization'') is the first process started during booting of the computer system. Init is a daemon process that continues running until the system is shut down. It is the direct ...
program, such as the traditional
sysvinit
In Unix-based computer operating systems, init (short for ''initialization'') is the first process started during booting of the computer system. Init is a daemon process that continues running until the system is shut down. It is the direct ...
and the newer
systemd
systemd is a software suite that provides an array of system components for Linux operating systems. Its main aim is to unify service configuration and behavior across Linux distributions; Its primary component is a "system and service manager ...
,
OpenRC and
Upstart. This is the first
process launched by the Linux kernel, and is at the root of the process tree: in other terms, all processes are launched through init. It starts processes such as system services and login prompts (whether graphical or in terminal mode).
*
Software libraries
In computer science, a library is a collection of non-volatile resources used by computer programs, often for software development. These may include configuration data, documentation, help data, message templates, pre-written code and subro ...
, which contain code that can be used by running processes. On Linux systems using
ELF-format executable files, the
dynamic linker that manages the use of dynamic libraries is known as
ld-linux.so
In computing, a dynamic linker is the part of an operating system that loads and links the shared libraries needed by an executable when it is executed (at "run time"), by copying the content of libraries from persistent storage to RAM, filling ...
. If the system is set up for the user to compile software themselves,
header files will also be included to describe the
interface of installed libraries. Besides the most commonly used software library on Linux systems, the
GNU C Library (glibc), there are numerous other libraries, such as
SDL and
Mesa.
**
C standard library is the library needed to run
C programs on a computer system, with the GNU C Library being the standard. For embedded systems, alternatives such as the
musl,
EGLIBC
The GNU C Library, commonly known as glibc, is the GNU Project's implementation of the C standard library. Despite its name, it now also directly supports C++ (and, indirectly, other programming languages). It was started in the 1980s by ...
(a glibc fork once used by Debian) and
uClibc (which was designed for
uClinux) have been developed, although the last two are no longer maintained. Android uses its own C library,
Bionic.
* Basic Unix commands, with GNU coreutils being the standard implementation. Alternatives exist for embedded systems, such as the copyleft
BusyBox, and the BSD-licensed
Toybox.
*
Widget toolkits are the libraries used to build
graphical user interfaces (GUIs) for software applications. Numerous widget toolkits are available, including
GTK and
Clutter
Clutter and its derivations may refer to any of the following:
Excessive physical disorder
* Clutter, a confusing, or disorderly, state or collection, and possible symptom of compulsive hoarding
* Clutter (marketing), numerous advertisements, ...
developed by the
GNOME project,
Qt developed by the
Qt Project and led by
The Qt Company, and
Enlightenment Foundation Libraries (EFL) developed primarily by the
Enlightenment
Enlightenment or enlighten may refer to:
Age of Enlightenment
* Age of Enlightenment, period in Western intellectual history from the late 17th to late 18th century, centered in France but also encompassing (alphabetically by country or culture): ...
team.
* A
package management system, such as
dpkg and
RPM. Alternatively packages can be compiled from binary or source
tarballs.
* User interface programs such as command shells or windowing environments.
User interface
The
user interface
In the industrial design field of human–computer interaction, a user interface (UI) is the space where interactions between humans and machines occur. The goal of this interaction is to allow effective operation and control of the machine f ...
, also known as the
shell, is either a
command-line interface (CLI), a
graphical user interface (GUI), or controls attached to the associated hardware, which is common for
embedded systems. For desktop systems, the default user interface is usually graphical, although the CLI is commonly available through
terminal emulator windows or on a separate
virtual console.
CLI shells are text-based user interfaces, which use text for both input and output. The dominant shell used in Linux is the
Bourne-Again Shell (bash), originally developed for the
GNU project
The GNU Project () is a free software, mass collaboration project announced by Richard Stallman on September 27, 1983. Its goal is to give computer users freedom and control in their use of their computers and Computer hardware, computing devi ...
. Most low-level Linux components, including various parts of the
userland, use the CLI exclusively. The CLI is particularly suited for automation of repetitive or delayed tasks and provides very simple
inter-process communication
In computer science, inter-process communication or interprocess communication (IPC) refers specifically to the mechanisms an operating system provides to allow the processes to manage shared data. Typically, applications can use IPC, categori ...
.
On desktop systems, the most popular user interfaces are the
GUI shell
In computing, a shell is a computer program that exposes an operating system's services to a human user or other programs. In general, operating system shells use either a command-line interface (CLI) or graphical user interface (GUI), dependi ...
s, packaged together with extensive
desktop environments, such as
KDE Plasma Plasma is a desktop environment by KDE, and can refer to:
* KDE Plasma 5 (2014–today)
* KDE Plasma 4 (2008–2015)
* Plasma Mobile for smartphones
* Plasma Bigscreen
Plasma Bigscreen is a software project from KDE which contains an interface op ...
,
GNOME
A gnome is a mythological creature and diminutive spirit in Renaissance magic and alchemy, first introduced by Paracelsus in the 16th century and later adopted by more recent authors including those of modern fantasy literature. Its charac ...
,
MATE,
Cinnamon
Cinnamon is a spice obtained from the inner bark of several tree species from the genus '' Cinnamomum''. Cinnamon is used mainly as an aromatic condiment and flavouring additive in a wide variety of cuisines, sweet and savoury dishes, brea ...
,
LXDE,
Pantheon and
Xfce, though a variety of additional user interfaces exist. Most popular user interfaces are based on the
X Window System, often simply called "X". It provides
network transparency and permits a graphical application running on one system to be displayed on another where a user may interact with the application; however, certain extensions of the X Window System are not capable of working over the network. Several X display servers exist, with the reference implementation,
X.Org Server, being the most popular.
Server distributions might provide a command-line interface for developers and administrators, but provide a custom interface towards end-users, designed for the use-case of the system. This custom interface is accessed through a client that resides on another system, not necessarily Linux based.
Several types of
window managers exist for X11, including
tiling,
dynamic,
stacking
Stacking may refer to:
Arts and media
* ''Stacking'' (video game), a 2011 game from Double Fine
* ''Stacking'', a 1987 TV movie directed and produced by Martin Rosen
* Stacking, a technique in broadcast programming
Language
* Consonant stacki ...
and
compositing. Window managers provide means to control the placement and appearance of individual application windows, and interact with the X Window System. Simpler
X window managers such as
dwm,
ratpoison,
i3wm
i3 is a tiling window manager designed for X Window System, X11, inspired by wmii and written in C (programming language), C. It supports tiling, stacking, and tabbing layouts, which it handles dynamic window manager, dynamically. Its configur ...
, or herbstluftwm provide a
minimalist functionality, while more elaborate window managers such as
FVWM,
Enlightenment
Enlightenment or enlighten may refer to:
Age of Enlightenment
* Age of Enlightenment, period in Western intellectual history from the late 17th to late 18th century, centered in France but also encompassing (alphabetically by country or culture): ...
or
Window Maker provide more features such as a built-in
taskbar and
themes, but are still lightweight when compared to desktop environments. Desktop environments include window managers as part of their standard installations, such as
Mutter (GNOME),
KWin (KDE) or
Xfwm (xfce), although users may choose to use a different window manager if preferred.
Wayland is a display server protocol intended as a replacement for the X11 protocol; , it has received relatively wide adoption. Unlike X11, Wayland does not need an external window manager and compositing manager. Therefore, a Wayland compositor takes the role of the display server, window manager and compositing manager. Weston is the reference implementation of Wayland, while GNOME's Mutter and KDE's KWin are being ported to Wayland as standalone display servers. Enlightenment has already been successfully ported since version 19.
Video input infrastructure
Linux currently has two modern kernel-userspace APIs for handling video input devices:
V4L2 API for video streams and radio, and
DVB API for digital TV reception.
Due to the complexity and diversity of different devices, and due to the large number of formats and standards handled by those APIs, this infrastructure needs to evolve to better fit other devices. Also, a good userspace device library is the key of the success for having userspace applications to be able to work with all formats supported by those devices.
Development
The primary difference between Linux and many other popular contemporary operating systems is that the
Linux kernel
The Linux kernel is a free and open-source, monolithic, modular, multitasking, Unix-like operating system kernel. It was originally authored in 1991 by Linus Torvalds for his i386-based PC, and it was soon adopted as the kernel for the GNU ope ...
and other components are
free
Free may refer to:
Concept
* Freedom, having the ability to do something, without having to obey anyone/anything
* Freethought, a position that beliefs should be formed only on the basis of logic, reason, and empiricism
* Emancipate, to procur ...
and
open-source software. Linux is not the only such operating system, although it is by far the most widely used.
Some
free
Free may refer to:
Concept
* Freedom, having the ability to do something, without having to obey anyone/anything
* Freethought, a position that beliefs should be formed only on the basis of logic, reason, and empiricism
* Emancipate, to procur ...
and
open-source software licenses are based on the principle of
copyleft
Copyleft is the legal technique of granting certain freedoms over copies of copyrighted works with the requirement that the same rights be preserved in derivative works. In this sense, ''freedoms'' refers to the use of the work for any purpose, ...
, a kind of reciprocity: any work derived from a copyleft piece of software must also be copyleft itself. The most common free software license, the
GNU General Public License
The GNU General Public License (GNU GPL or simply GPL) is a series of widely used free software licenses that guarantee end user
In product development, an end user (sometimes end-user) is a person who ultimately uses or is intended to ulti ...
(GPL), is a form of copyleft, and is used for the Linux kernel and many of the components from the
GNU Project
The GNU Project () is a free software, mass collaboration project announced by Richard Stallman on September 27, 1983. Its goal is to give computer users freedom and control in their use of their computers and Computer hardware, computing devi ...
.
Linux-based distributions are intended by developers for
interoperability with other operating systems and established computing standards. Linux systems adhere to
POSIX,
SUS
Sus or SUS may refer to:
Places
* Sus, Lachin, a village
* Sus, Pune, India, a neighborhood
*Sus, Pyrénées-Atlantiques, France, a commune
*Susch, Graubünden, Switzerland, a municipality formerly called Süs
People
* Martin Sus (footballer ...
,
LSB,
ISO, and
ANSI standards where possible, although to date only one Linux distribution has been POSIX.1 certified, Linux-FT.
Free software projects, although developed through
collaboration, are often produced independently of each other. The fact that the software licenses explicitly permit redistribution, however, provides a basis for larger-scale projects that collect the software produced by stand-alone projects and make it available all at once in the form of a Linux distribution.
Many Linux distributions manage a remote collection of system software and application software packages available for download and installation through a network connection. This allows users to adapt the operating system to their specific needs. Distributions are maintained by individuals, loose-knit teams, volunteer organizations, and commercial entities. A distribution is responsible for the default configuration of the installed Linux kernel, general system security, and more generally integration of the different software packages into a coherent whole. Distributions typically use a
package manager such as
apt
Apt. is an abbreviation for apartment.
Apt may also refer to:
Places
* Apt Cathedral, a former cathedral, and national monument of France, in the town of Apt in Provence
* Apt, Vaucluse, a commune of the Vaucluse département of France
* A ...
,
yum,
zypper,
pacman or
portage
Portage or portaging (Canada: ; ) is the practice of carrying water craft or cargo over land, either around an obstacle in a river, or between two bodies of water. A path where items are regularly carried between bodies of water is also called a ...
to install, remove, and update all of a system's software from one central location.
Community
A distribution is largely driven by its developer and user communities. Some vendors develop and fund their distributions on a volunteer basis,
Debian being a well-known example. Others maintain a community version of their commercial distributions, as
Red Hat
Red Hat, Inc. is an American software company that provides open source software products to enterprises. Founded in 1993, Red Hat has its corporate headquarters in Raleigh, North Carolina, with other offices worldwide.
Red Hat has become ...
does with
Fedora, and
SUSE
SUSE ( , ) is a German-based multinational open-source software company that develops and sells Linux products to business customers. Founded in 1992, it was the first company to market Linux for enterprise. It is the developer of SUSE Linux Ent ...
does with
openSUSE.
In many cities and regions, local associations known as
Linux User Groups (LUGs) seek to promote their preferred distribution and by extension free software. They hold meetings and provide free demonstrations, training, technical support, and operating system installation to new users. Many Internet communities also provide support to Linux users and developers. Most distributions and free software / open-source projects have
IRC chatrooms or
newsgroups.
Online forums are another means for support, with notable examples being
LinuxQuestions.org and the various distribution specific support and community forums, such as ones for
Ubuntu,
Fedora, and
Gentoo. Linux distributions host
mailing list
A mailing list is a collection of names and addresses used by an individual or an organization to send material to multiple recipients. The term is often extended to include the people subscribed to such a list, so the group of subscribers is re ...
s; commonly there will be a specific topic such as usage or development for a given list.
There are several technology websites with a Linux focus. Print magazines on Linux often bundle
cover disks that carry software or even complete Linux distributions.
Although Linux distributions are generally available without charge, several large corporations sell, support, and contribute to the development of the components of the system and of
free software
Free software or libre software is computer software distributed under terms that allow users to run the software for any purpose as well as to study, change, and distribute it and any adapted versions. Free software is a matter of liberty, ...
. An analysis of the Linux kernel in 2017 showed that well over 85% of the code developed by programmers who are being paid for their work, leaving about 8.2% to unpaid developers and 4.1% unclassified. Some of the major corporations that provide contributions include
Intel,
Samsung,
Google
Google LLC () is an American Multinational corporation, multinational technology company focusing on Search Engine, search engine technology, online advertising, cloud computing, software, computer software, quantum computing, e-commerce, ar ...
,
AMD,
Oracle
An oracle is a person or agency considered to provide wise and insightful counsel or prophetic predictions, most notably including precognition of the future, inspired by deities. As such, it is a form of divination.
Description
The word '' ...
and
Facebook
Facebook is an online social media and social networking service owned by American company Meta Platforms. Founded in 2004 by Mark Zuckerberg with fellow Harvard College students and roommates Eduardo Saverin, Andrew McCollum, Dustin ...
. A number of corporations, notably Red Hat,
Canonical and
SUSE
SUSE ( , ) is a German-based multinational open-source software company that develops and sells Linux products to business customers. Founded in 1992, it was the first company to market Linux for enterprise. It is the developer of SUSE Linux Ent ...
, have built a significant business around Linux distributions.
The
free software licenses, on which the various software packages of a distribution built on the Linux kernel are based, explicitly accommodate and encourage commercialization; the relationship between a Linux distribution as a whole and individual vendors may be seen as
symbiotic
Symbiosis (from Greek , , "living together", from , , "together", and , bíōsis, "living") is any type of a close and long-term biological interaction between two different biological organisms, be it mutualistic, commensalistic, or parasit ...
. One common
business model of commercial suppliers is charging for support, especially for business users. A number of companies also offer a specialized business version of their distribution, which adds proprietary support packages and tools to administer higher numbers of installations or to simplify administrative tasks.
Another business model is to give away the software to sell hardware. This used to be the norm in the computer industry, with operating systems such as
CP/M,
Apple DOS and versions of
Mac OS prior to 7.6 freely copyable (but not modifiable). As computer hardware standardized throughout the 1980s, it became more difficult for hardware manufacturers to profit from this tactic, as the OS would run on any manufacturer's computer that shared the same architecture.
Programming on Linux
Most
programming languages support Linux either directly or through third-party community based
ports. The original development tools used for building both Linux applications and operating system programs are found within the
GNU toolchain, which includes the
GNU Compiler Collection
The GNU Compiler Collection (GCC) is an optimizing compiler produced by the GNU Project supporting various programming languages, hardware architectures and operating systems. The Free Software Foundation (FSF) distributes GCC as free sof ...
(GCC) and the
GNU Build System. Amongst others, GCC provides compilers for
Ada,
C,
C++,
Go and
Fortran. Many programming languages have a cross-platform reference implementation that supports Linux, for example
PHP,
Perl,
Ruby,
Python,
Java,
Go,
Rust and
Haskell. First released in 2003, the
LLVM project provides an alternative cross-platform open-source compiler for many languages.
Proprietary compilers for Linux include the
Intel C++ Compiler,
Sun Studio, and
IBM XL C/C++ Compiler.
BASIC
BASIC (Beginners' All-purpose Symbolic Instruction Code) is a family of general-purpose, high-level programming languages designed for ease of use. The original version was created by John G. Kemeny and Thomas E. Kurtz at Dartmouth College ...
in the form of
Visual Basic is supported in such forms as
Gambas,
FreeBASIC, and
XBasic
XBasic is a variant of the BASIC programming language that was developed in the late 1980s for the Motorola 88000 CPU and Unix by Max Reason. In the early 1990s it was ported to Windows and Linux, and since 1999 it has been available as open so ...
, and in terms of terminal programming or
QuickBASIC or
Turbo BASIC programming in the form of
QB64.
A common feature of Unix-like systems, Linux includes traditional specific-purpose programming languages targeted at
scripting
Script may refer to:
Writing systems
* Script, a distinctive writing system, based on a repertoire of specific elements or symbols, or that repertoire
* Script (styles of handwriting)
** Script typeface, a typeface with characteristics of handw ...
, text processing and system configuration and management in general. Linux distributions support
shell scripts,
awk,
sed and
make. Many programs also have an embedded programming language to support configuring or programming themselves. For example,
regular expressions are supported in programs like
grep and
locate, the traditional Unix
MTA Sendmail contains its own
Turing complete scripting system, and the advanced text editor
GNU Emacs is built around a general purpose
Lisp
A lisp is a speech impairment in which a person misarticulates sibilants (, , , , , , , ). These misarticulations often result in unclear speech.
Types
* A frontal lisp occurs when the tongue is placed anterior to the target. Interdental lisping ...
interpreter.
Most distributions also include support for
PHP,
Perl,
Ruby,
Python and other
dynamic languages. While not as common, Linux also supports
C# (via
Mono),
Vala, and
Scheme.
Guile Scheme acts as an
extension language targeting the
GNU system utilities, seeking to make the conventionally small,
static,
compiled C programs of
Unix design rapidly and dynamically extensible via an elegant,
functional high-level scripting system; many GNU programs can be compiled with optional Guile
bindings to this end. A number of
Java virtual machine
A Java virtual machine (JVM) is a virtual machine that enables a computer to run Java programs as well as programs written in other languages that are also compiled to Java bytecode. The JVM is detailed by a specification that formally describes ...
s and development kits run on Linux, including the original Sun Microsystems JVM (
HotSpot
Hotspot, Hot Spot or Hot spot may refer to:
Places
* Hot Spot, Kentucky, a community in the United States
Arts, entertainment, and media Fictional entities
* Hot Spot (comics), a name for the DC Comics character Isaiah Crockett
* Hot Spot (Tra ...
), and IBM's J2SE RE, as well as many open-source projects like
Kaffe and
JikesRVM.
GNOME
A gnome is a mythological creature and diminutive spirit in Renaissance magic and alchemy, first introduced by Paracelsus in the 16th century and later adopted by more recent authors including those of modern fantasy literature. Its charac ...
and
KDE are popular
desktop environments and provide a framework for developing applications. These projects are based on the
GTK and
Qt widget toolkits, respectively, which can also be used independently of the larger framework. Both support a wide variety of languages. There are a number of
Integrated development environments available including
Anjuta
Anjuta is an integrated development environment written for the GNOME project. It has support for C, C++, Java, JavaScript, Python and Vala programming language.
Anjuta DevStudio
The goal of Anjuta DevStudio is to provide a customizable and ...
,
Code::Blocks,
CodeLite,
Eclipse,
Geany,
ActiveState Komodo
Komodo Edit is a free and open source text editor for dynamic programming languages. It was introduced in January 2007 to complement ActiveState's commercial Komodo IDE. As of version 4.3, Komodo Edit is built atop the Open Komodo project. Komodo ...
,
KDevelop,
Lazarus,
MonoDevelop,
NetBeans, and
Qt Creator, while the long-established editors
Vim
Vim means enthusiasm and vigor. It may also refer to:
* Vim (cleaning product)
* Vim Comedy Company, a movie studio
* Vim Records
* Vimentin, a protein
* "Vim", a song by Machine Head on the album ''Through the Ashes of Empires''
* Vim (text ed ...
,
nano and
Emacs remain popular.
Hardware support
The Linux kernel is a widely
ported operating system kernel, available for devices ranging from mobile phones to supercomputers; it runs on a highly diverse range of
computer architectures, including the hand-held
ARM-based
iPAQ and the
IBM mainframes System z9
IBM System z9 is a line of IBM mainframe computers. The first models were available on September 16, 2005. The System z9 also marks the end of the previously used eServer zSeries naming convention. It was also the last mainframe computer ...
or
System z10. Specialized distributions and kernel forks exist for less mainstream architectures; for example, the
ELKS kernel
fork can run on
Intel 8086
The 8086 (also called iAPX 86) is a 16-bit microprocessor chip designed by Intel between early 1976 and June 8, 1978, when it was released. The Intel 8088, released July 1, 1979, is a slightly modified chip with an external 8-bit data bus (allowi ...
or
Intel 80286 16-bit microprocessors, while the
µClinux kernel fork may run on systems without a
memory management unit. The kernel also runs on architectures that were only ever intended to use a manufacturer-created operating system, such as
Macintosh computers (with both
PowerPC
PowerPC (with the backronym Performance Optimization With Enhanced RISC – Performance Computing, sometimes abbreviated as PPC) is a reduced instruction set computer (RISC) instruction set architecture (ISA) created by the 1991 Apple Inc., App ...
and
Intel processors),
PDAs,
video game consoles,
portable music players, and mobile phones.
There are several industry associations and hardware
conferences devoted to maintaining and improving support for diverse hardware under Linux, such as
FreedomHEC FreedomHEC (a play on WinHEC) was an "unconference" for computer hardware engineers and device driver developers that ran from 2006 to 2012. It focused on making computer hardware interoperate with free software and open source operating systems, ...
. Over time, support for different hardware has improved in Linux, resulting in any off-the-shelf purchase having a "good chance" of being compatible.
In 2014, a new initiative was launched to automatically collect a database of all tested hardware configurations.
Uses
Market share and uptake
Many quantitative studies of
free
Free may refer to:
Concept
* Freedom, having the ability to do something, without having to obey anyone/anything
* Freethought, a position that beliefs should be formed only on the basis of logic, reason, and empiricism
* Emancipate, to procur ...
/open-source software focus on topics including market share and reliability, with numerous studies specifically examining Linux. The Linux market is growing, and the Linux operating system market size is expected to see a growth of 19.2% by 2027, reaching $15.64 billion, compared to $3.89 billion in 2019. Analysts and proponents attribute the relative success of Linux to its security, reliability, low cost, and freedom from
vendor lock-in
In economics, vendor lock-in, also known as proprietary lock-in or customer lock-in, makes a customer dependent on a vendor for products, unable to use another vendor without substantial switching costs.
The use of open standards and alternativ ...
.
; Desktops and laptops
: According to
web server statistics (that is, based on the numbers recorded from visits to websites by client devices), , the estimated market share of Linux on
desktop computers is around 2.5%. In comparison,
Microsoft Windows
Windows is a group of several proprietary graphical operating system families developed and marketed by Microsoft. Each family caters to a certain sector of the computing industry. For example, Windows NT for consumers, Windows Server for serv ...
has a market share of around 75.5%, while
macOS
macOS (; previously OS X and originally Mac OS X) is a Unix operating system developed and marketed by Apple Inc. since 2001. It is the primary operating system for Apple's Mac (computer), Mac computers. Within the market of ...
covers around 14.9%.
; Web servers
: W3Cook publishes stats that use the top 1,000,000 Alexa domains, which estimate that 96.55% of web servers run Linux, 1.73% run Windows, and 1.72% run FreeBSD.
:W3Techs publishes stats that use the top 10,000,000 Alexa domains and the top 1,000,000 Tranco domains, updated monthly and as of November 2020 estimate that Linux is used by 39% of the web servers, versus 21.9% being used by
Microsoft Windows
Windows is a group of several proprietary graphical operating system families developed and marketed by Microsoft. Each family caters to a certain sector of the computing industry. For example, Windows NT for consumers, Windows Server for serv ...
. 40.1% used other types of
Unix.
:
IDC's Q1 2007 report indicated that Linux held 12.7% of the overall server market at that time;
this estimate was based on the number of Linux servers sold by various companies, and did not include server hardware purchased separately that had Linux installed on it later.
; Mobile devices
: Android, which is based on the Linux kernel, has become the dominant operating system for
smartphones. In July 2022, 71.9% of smartphones accessing the internet worldwide used Android. Android is also a popular operating system for tablets, being responsible for more than 60% of tablet sales as of 2013. According to web server statistics, Android has a market share of about 71%, with
iOS holding 28%, and the remaining 1% attributed to various niche platforms.
; Film production
: For years Linux has been the platform of choice in the film industry. The first major film produced on Linux servers was 1997's ''
Titanic''. Since then major studios including
DreamWorks Animation,
Pixar,
Weta Digital, and
Industrial Light & Magic
Industrial Light & Magic (ILM) is an American motion picture visual effects company that was founded on May 26, 1975 by George Lucas. It is a division of the film production company Lucasfilm, which Lucas founded, and was created when he began pro ...
have migrated to Linux. According to the Linux Movies Group, more than 95% of the servers and desktops at large animation and visual effects companies use Linux.
; Use in government
: Linux distributions have also gained popularity with various local and national governments. News of the Russian military creating its own Linux distribution has also surfaced, and has come to fruition as the G.H.ost Project. The Indian state of
Kerala has gone to the extent of mandating that all state high schools run Linux on their computers.
China uses Linux exclusively as the operating system for its
Loongson processor family to achieve technology independence. In Spain, some regions have developed their own Linux distributions, which are widely used in education and official institutions, like gnuLinEx in Extremadura and Guadalinex in Andalusia.
France
France (), officially the French Republic ( ), is a country primarily located in Western Europe. It also comprises of overseas regions and territories in the Americas and the Atlantic, Pacific and Indian Oceans. Its metropolitan ar ...
and
Germany
Germany, officially the Federal Republic of Germany (FRG),, is a country in Central Europe. It is the most populous member state of the European Union. Germany lies between the Baltic and North Sea to the north and the Alps to the sou ...
have also taken steps toward the adoption of Linux. North Korea's
Red Star OS, developed since 2002, is based on a version of
Fedora Linux
Fedora Linux is a Linux distribution developed by the Fedora Project. Fedora contains software distributed under various free and open-source licenses and aims to be on the leading edge of open-source technologies. Fedora is the upstream (softwa ...
.
Copyright, trademark, and naming
Linux kernel is
licensed under the
GNU General Public License
The GNU General Public License (GNU GPL or simply GPL) is a series of widely used free software licenses that guarantee end user
In product development, an end user (sometimes end-user) is a person who ultimately uses or is intended to ulti ...
(GPL), version 2. The GPL requires that anyone who distributes software based on source code under this license must make the originating source code (and any modifications) available to the recipient under the same terms. Other key components of a typical Linux distribution are also mainly licensed under the GPL, but they may use other licenses; many libraries use the
GNU Lesser General Public License (LGPL), a more permissive variant of the GPL, and the
X.Org implementation of the
X Window System uses the
MIT License.
Torvalds states that the Linux kernel will not move from version 2 of the GPL to version 3. He specifically dislikes some provisions in the new license which prohibit the use of the software in
digital rights management. It would also be impractical to obtain permission from all the copyright holders, who number in the thousands.
A 2001 study of
Red Hat Linux 7.1 found that this distribution contained 30 million
source lines of code.
Using the
Constructive Cost Model, the study estimated that this distribution required about eight thousand person-years of development time. According to the study, if all this software had been developed by conventional
proprietary means, it would have cost about to develop in in the United States.
Most of the source code (71%) was written in the
C programming language, but many other languages were used, including
C++,
Lisp
A lisp is a speech impairment in which a person misarticulates sibilants (, , , , , , , ). These misarticulations often result in unclear speech.
Types
* A frontal lisp occurs when the tongue is placed anterior to the target. Interdental lisping ...
,
assembly language,
Perl,
Python,
Fortran, and various
shell script
A shell script is a computer program designed to be run by a Unix shell, a command-line interpreter. The various dialects of shell scripts are considered to be scripting languages. Typical operations performed by shell scripts include file manip ...
ing languages. Slightly over half of all lines of code were licensed under the GPL. The Linux kernel itself was 2.4 million lines of code, or 8% of the total.
In a later study, the same analysis was performed for
Debian version 4.0 (etch, which was released in 2007). This distribution contained close to 283 million source lines of code, and the study estimated that it would have required about seventy three thousand man-years and cost (in dollars) to develop by conventional means.
In the United States, the name ''Linux'' is a trademark registered to Linus Torvalds.
Initially, nobody registered it, but on August 15, 1994, William R. Della Croce, Jr. filed for the trademark ''Linux'', and then demanded royalties from Linux distributors. In 1996, Torvalds and some affected organizations sued him to have the trademark assigned to Torvalds, and, in 1997, the case was settled. The licensing of the trademark has since been handled by the
Linux Mark Institute (LMI). Torvalds has stated that he trademarked the name only to prevent someone else from using it. LMI originally charged a nominal sublicensing fee for use of the Linux name as part of trademarks, but later changed this in favor of offering a free, perpetual worldwide sublicense.
The
Free Software Foundation (FSF) prefers ''GNU/Linux'' as the name when referring to the operating system as a whole, because it considers Linux distributions to be
variants of the
GNU operating system initiated in 1983 by
Richard Stallman, president of the FSF.
They explicitly take no issue over the name Android for the Android OS, which is also an operating system based on the Linux kernel, as GNU is not a part of it.
A minority of public figures and software projects other than Stallman and the FSF, notably
Debian (which had been sponsored by the FSF up to 1996), also use ''GNU/Linux'' when referring to the operating system as a whole.
Most media and common usage, however, refers to this family of operating systems simply as ''Linux'', as do many large Linux distributions (for example,
SUSE Linux and
Red Hat Enterprise Linux
Red Hat Enterprise Linux (RHEL) is a Commercial software, commercial Open-source software, open-source Linux distribution developed by Red Hat for the commerce, commercial market. Red Hat Enterprise Linux is released in server versions for x86-6 ...
). By contrast, Linux distributions containing only free software use "GNU/Linux" or simply "GNU", such as
Trisquel GNU/Linux,
Parabola GNU/Linux-libre,
BLAG Linux and GNU, and
gNewSense.
, about 8% to 13% of the
lines of code of the Linux distribution Ubuntu (version "Natty") is made of GNU components (the range depending on whether
GNOME
A gnome is a mythological creature and diminutive spirit in Renaissance magic and alchemy, first introduced by Paracelsus in the 16th century and later adopted by more recent authors including those of modern fantasy literature. Its charac ...
is considered part of GNU); meanwhile, 6% is taken by the Linux kernel, increased to 9% when including its direct dependencies.
[ ( self-published data)]
See also
*
Comparison of Linux distributions
Technical variations of Linux distributions include support for different hardware devices and systems or software package configurations. Organizational differences may be motivated by historical reasons. Other criteria include security, includi ...
*
Comparison of open source and closed source
Free/ open-source software – the source availability model used by free and open-source software (FOSS) – and closed source are two approaches to the distribution of software.
Background
Under the ''closed-source'' model source code is ...
*
Comparison of operating systems
*
Comparison of X Window System desktop environments
*
Criticism of Linux
*
Linux Documentation Project
*
Linux From Scratch
*
Linux Software Map
*
List of Linux distributions
*
List of games released on Linux
*
List of operating systems
*
Loadable kernel module
In computing, a loadable kernel module (LKM) is an object file that contains code to extend the running kernel, or so-called ''base kernel'', of an operating system. LKMs are typically used to add support for new hardware (as device drivers) and/ ...
*
Usage share of operating systems
*
Timeline of operating systems
Notes
References
External links
*
Graphical map of Linux InternalsLinux kernel website and archivesThe History of Linux in GIT Repository Format 1992–2010
{{Authority control
1991 software
Computing platforms
Cross-platform software
Finnish inventions
Free software programmed in C
Linus Torvalds
Operating systems
Unix variants