Как правильно пишется линукс

Linux

Tux the penguin

Tux the penguin, the mascot of Linux[1]

Developer Community contributors,
Linus Torvalds
Written in C, assembly languages, and others
OS family Unix-like
Working state Current
Source model Open source
Initial release September 17, 1991; 31 years ago
Repository git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
Marketing target Cloud computing, embedded devices, mainframe computers, mobile devices, personal computers, servers, supercomputers
Available in Multilingual
Platforms Alpha, ARC, ARM, C-Sky, Hexagon, IA-64, LoongArch, m68k, Microblaze, MIPS, Nios II, OpenRISC, PA-RISC, PowerPC, RISC-V, s390, SuperH, SPARC, x86, Xtensa
Kernel type Monolithic
Userland GNU[a], BusyBox[b]
Default
user interface
  • Unix shell (CLI)
  • Most distributions include a desktop environment (GUI)
License GPLv2[9][c])
Articles in the series
Linux kernel
Linux distribution

Linux ( LEE-nuuks or LIN-uuks)[11] is a family of open-source Unix-like operating systems based on the Linux kernel,[12] an operating system kernel first released on September 17, 1991, by Linus Torvalds.[13][14][15] Linux is typically packaged as a Linux distribution, which includes the kernel and supporting system software and libraries, many of which are provided by the GNU Project. 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.[16][17]

Popular Linux distributions[18][19][20] include Debian, Fedora Linux, 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 and SUSE Linux Enterprise. Desktop Linux distributions include a windowing system such as X11 or Wayland, and a desktop environment such as GNOME or KDE Plasma. Distributions intended for servers may omit graphics altogether, or include a solution stack such as LAMP. Because Linux is freely redistributable, anyone may create a distribution for any purpose.[21]

Linux was originally developed for personal computers based on the Intel x86 architecture, but has since been ported to more platforms than any other operating system.[22] Because of the dominance of the Linux-based Android on smartphones, Linux, including Android, has the largest installed base of all general-purpose operating systems, as of May 2022.[23][24][25] Although Linux is, as of November 2022, used by only around 2.6 percent of desktop computers,[26] 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 sales in the US.[27] Linux is the leading operating system on servers (over 96.4% of the top 1 million web servers’ operating systems are Linux),[28] leads other big iron systems such as mainframe computers, and is used on all of the world’s 500 fastest supercompters[d] (since November 2017, having gradually displaced all competitors).[29][30][31]

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 controls, smart home devices, video game consoles,[32] televisions (Samsung and LG Smart TVs),[33][34][35] automobiles (Tesla, Audi, Mercedes-Benz, Hyundai and Toyota),[36] and spacecraft (Falcon 9 rocket, Dragon crew capsule and the Perseverance rover).[37][38]

Linux is one of the most prominent examples of free and open-source software collaboration. The source code 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 (GPL). The Linux kernel, for example, is licensed under the GPLv2.[e]

History[edit]

Precursors[edit]

The Unix operating system was conceived and implemented in 1969, at AT&T’s Bell Labs, in the United States by Ken Thompson, Dennis Ritchie, Douglas McIlroy, and Joe Ossanna.[40] 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.[41]

Due to an earlier antitrust case 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.[42][43]

Onyx Systems began selling early microcomputer-based Unix workstations in 1980. Later, Sun Microsystems, founded as a spin-off of a student project at Stanford University, 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.[44][45]

With Unix increasingly «locked in» as a proprietary product, the GNU Project, started in 1983 by Richard Stallman, had the goal of creating a «complete Unix-compatible software system» composed entirely of free software. Work began in 1984.[46] Later, in 1985, Stallman started the Free Software Foundation and wrote the GNU General Public License (GNU GPL) in 1989. By the early 1990s, many of the programs required in an operating system (such as libraries, compilers, text editors, a command-line shell, 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.[47]

MINIX was created by Andrew S. Tanenbaum, a computer science 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 until the licensing changed in April 2000.[48]

Although not released until 1992, due to legal complications, development of 386BSD, from which NetBSD, OpenBSD and FreeBSD descended, predated that of Linux.

Linus Torvalds has stated on separate occasions that if the GNU kernel or 386BSD had been available at the time (1991), he probably would not have created Linux.[49][50]

Creation[edit]

While attending the University of Helsinki in the fall of 1990, Torvalds enrolled in a Unix course.[51] The course utilized a MicroVAX minicomputer running Ultrix, 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.[52] Frustrated by the licensing of MINIX, which at the time limited it to educational use only,[48] he began to work on his own operating system kernel, which eventually became the Linux kernel.

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.[53] 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.[54] Developers worked to integrate GNU components with the Linux kernel, creating a fully functional and free operating system.[55]

Naming[edit]

5.25-inch floppy disks holding a very early version of Linux

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.[56]

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.[56] Later, however, Torvalds consented to «Linux».

According to a newsgroup post by Torvalds,[11] the word «Linux» should be pronounced ( LIN-uuks) 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 (listen (help·info)) with the kernel source code.[57] However, in this recording, he pronounces ‘Linux’ ( LEEN-uuks) with a short but close front unrounded vowel.

Commercial and popular uptake[edit]

Ubuntu, a popular Linux distribution

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 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, started offering Linux support to escape Microsoft’s monopoly in the desktop operating system market.[58]

Today, Linux systems are used throughout computing, from embedded systems to virtually all supercomputers,[31][59] 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.[60][61][62][63][64][65][66] Linux distributions have also become popular in the netbook 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 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.[67]

Current development[edit]

Greg Kroah-Hartman is the lead maintainer for the Linux kernel and guides its development.[68] William John Sullivan is the executive director of the Free Software Foundation,[69] which in turn supports the GNU components.[70] 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 distributions.

Design[edit]

Many open source developers agree that the Linux kernel was not designed but rather evolved through natural selection. 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.»[71] 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.»[72] 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,[73] cannot be evolved into, «this is not a biological system at the end of the day, it’s a software system.»[74]
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, which handles process control, networking, access to the peripherals, and file systems. Device drivers are either integrated directly with the kernel, or added as modules that are loaded while the system is running.[75]

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.[76] 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.

Various layers within Linux, also showing separation between the userland and kernel space

User mode User applications bash, LibreOffice, GIMP, Blender, 0 A.D., Mozilla Firefox, …
System components init daemon:
OpenRC, runit, systemd…
System daemons:
polkitd, smbd, sshd, udevd…
Window manager:
X11, Wayland, SurfaceFlinger (Android)
Graphics:
Mesa, AMD Catalyst, …
Other libraries:
GTK, Qt, EFL, SDL, SFML, FLTK, GNUstep, …
C standard library fopen, execv, malloc, memcpy, localtime, pthread_create… (up to 2000 subroutines)
glibc aims to be fast, musl aims to be lightweight, uClibc targets embedded systems, bionic was written for Android, etc. All aim to be POSIX/SUS-compatible.
Kernel mode Linux kernel stat, splice, dup, read, open, ioctl, write, mmap, close, exit, etc. (about 380 system calls)
The Linux kernel System Call Interface (SCI), aims to be POSIX/SUS-compatible[77]
Process scheduling
subsystem
IPC
subsystem
Memory management
subsystem
Virtual files
subsystem
Network
subsystem
Other components: ALSA, DRI, evdev, klibc, LVM, device mapper, Linux Network Scheduler, Netfilter
Linux Security Modules: SELinux, TOMOYO, AppArmor, Smack
Hardware (CPU, main memory, data storage devices, etc.)

Installed components of a Linux system include the following:[76][78]

  • A bootloader, for example GNU GRUB, LILO, SYSLINUX or systemd-boot. This is a program that loads the Linux kernel into the computer’s main memory, by being executed by the computer when it is turned on and after the firmware initialization is performed.
  • An init program, such as the traditional sysvinit and the newer systemd, 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, 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. 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 (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 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 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[edit]

The user interface, 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. 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.

On desktop systems, the most popular user interfaces are the GUI shells, packaged together with extensive desktop environments, such as KDE Plasma, GNOME, MATE, Cinnamon, 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.[79] 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 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, or herbstluftwm provide a minimalist functionality, while more elaborate window managers such as FVWM, Enlightenment 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; as of 2022, it has received relatively wide adoption.[80] 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.[81]

Video input infrastructure[edit]

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.[82]

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.[83][84]

Development[edit]

Simplified history of Unix-like operating systems. Linux shares similar architecture and concepts (as part of the POSIX standard) but does not share non-free source code with the original Unix or MINIX.

The primary difference between Linux and many other popular contemporary operating systems is that the Linux kernel and other components are free and open-source software. Linux is not the only such operating system, although it is by far the most widely used.[85] Some free and open-source software licenses are based on the principle of copyleft, 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 (GPL), is a form of copyleft, and is used for the Linux kernel and many of the components from the GNU Project.[86]

Linux-based distributions are intended by developers for interoperability with other operating systems and established computing standards. Linux systems adhere to POSIX,[87] SUS,[88] LSB, ISO, and ANSI standards where possible, although to date only one Linux distribution has been POSIX.1 certified, Linux-FT.[89][90]

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, yum, zypper, pacman or portage to install, remove, and update all of a system’s software from one central location.[91]

[edit]

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 does with Fedora, and SUSE does with openSUSE.[92][93]

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 lists; 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.[94][95]

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. 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.[96] Some of the major corporations that provide contributions include Intel, Samsung, Google, AMD, Oracle and Facebook.[97] A number of corporations, notably Red Hat, Canonical and SUSE, 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. 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[edit]

Most programming languages support Linux either directly or through third-party community based ports.[98] 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 (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 in the form of Visual Basic is supported in such forms as Gambas, FreeBASIC, and XBasic, 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, 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 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 machines and development kits run on Linux, including the original Sun Microsystems JVM (HotSpot), and IBM’s J2SE RE, as well as many open-source projects like Kaffe and JikesRVM.

GNOME 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, Code::Blocks, CodeLite, Eclipse, Geany, ActiveState Komodo, KDevelop, Lazarus, MonoDevelop, NetBeans, and Qt Creator, while the long-established editors Vim, nano and Emacs remain popular.[99]

Hardware support[edit]

Linux is ubiquitously found on various types of hardware.

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 or System z10.[100] Specialized distributions and kernel forks exist for less mainstream architectures; for example, the ELKS kernel fork can run on Intel 8086 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[101][102] (with both PowerPC and Intel processors), PDAs, video game consoles, portable music players, and mobile phones.

Linux has a reputation of supporting old hardware very well by maintaining standardized drivers for a long time.[103] There are several industry associations and hardware conferences devoted to maintaining and improving support for diverse hardware under Linux, such as FreedomHEC. Over time, support for different hardware has improved in Linux, resulting in any off-the-shelf purchase having a «good chance» of being compatible.[104]

In 2014, a new initiative was launched to automatically collect a database of all tested hardware configurations.[105]

Uses[edit]

[edit]

Many quantitative studies of free/open-source software focus on topics including market share and reliability, with numerous studies specifically examining Linux.[106] 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.[107] Analysts and proponents attribute the relative success of Linux to its security, reliability, low cost, and freedom from vendor lock-in.[108][109]

Desktops and laptops
According to web server statistics (that is, based on the numbers recorded from visits to websites by client devices), as of May 2022, the estimated market share of Linux on desktop computers is around 2.5%. In comparison, Microsoft Windows has a market share of around 75.5%, while macOS covers around 14.9%.[26]
Web servers
W3Cook publishes stats that use the top 1,000,000 Alexa domains,[110] which as of May 2015 estimate that 96.55% of web servers run Linux, 1.73% run Windows, and 1.72% run FreeBSD.[111]
W3Techs publishes stats that use the top 10,000,000 Alexa domains and the top 1,000,000 Tranco domains, updated monthly[112] and as of November 2020 estimate that Linux is used by 39% of the web servers, versus 21.9% being used by Microsoft Windows.[113] 40.1% used other types of Unix.[114]
IDC’s Q1 2007 report indicated that Linux held 12.7% of the overall server market at that time;[115] 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.[116] Android is also a popular operating system for tablets, being responsible for more than 60% of tablet sales as of 2013.[117] According to web server statistics, as of October 2021 Android has a market share of about 71%, with iOS holding 28%, and the remaining 1% attributed to various niche platforms.[118]
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.[119][120] Since then major studios including DreamWorks Animation, Pixar, Weta Digital, and Industrial Light & Magic have migrated to Linux.[121][122][123] According to the Linux Movies Group, more than 95% of the servers and desktops at large animation and visual effects companies use Linux.[124]
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.[125] The Indian state of Kerala has gone to the extent of mandating that all state high schools run Linux on their computers.[126][127] China uses Linux exclusively as the operating system for its Loongson processor family to achieve technology independence.[128] 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 and Germany have also taken steps toward the adoption of Linux.[129] North Korea’s Red Star OS, developed since 2002, is based on a version of Fedora Linux.[130]

Copyright, trademark, and naming[edit]

Linux kernel is licensed under the GNU General Public License (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.[131] 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.[132][133] He specifically dislikes some provisions in the new license which prohibit the use of the software in digital rights management.[134] It would also be impractical to obtain permission from all the copyright holders, who number in the thousands.[135]

A 2001 study of Red Hat Linux 7.1 found that this distribution contained 30 million source lines of code.[136] 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 US$1.64 billion[137] to develop in 2021 in the United States.[136] Most of the source code (71%) was written in the C programming language, but many other languages were used, including C++, Lisp, assembly language, Perl, Python, Fortran, and various shell scripting 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.[136]

In a later study, the same analysis was performed for Debian version 4.0 (etch, which was released in 2007).[138] 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 US$9.16 billion[137] (in 2021 dollars) to develop by conventional means.

The name «Linux» is also used for a laundry detergent made by Swiss company Rösch.[139]

In the United States, the name Linux is a trademark registered to Linus Torvalds.[10] 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.[140] 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,[141] but later changed this in favor of offering a free, perpetual worldwide sublicense.[142]

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.[16][17] 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),[143] also use GNU/Linux when referring to the operating system as a whole.[144][145][146] 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). 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.

As of May 2011, 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 is considered part of GNU); meanwhile, 6% is taken by the Linux kernel, increased to 9% when including its direct dependencies.[147]

See also[edit]

  • Comparison of Linux distributions
  • Comparison of open source and closed source
  • 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
  • Usage share of operating systems
  • Timeline of operating systems

Notes[edit]

  1. ^ GNU is the primary userland used in nearly all Linux distributions.[2][3][4] The GNU userland contains system daemons, user applications, the GUI, and various libraries. GNU Core utilities are an essential part of most distributions. Most Linux distributions use the X Window system.[5] Other components of the userland, such as the widget toolkit, vary with the specific distribution, desktop environment, and user configuration.[6]
  2. ^ BusyBox is an alternative userland used in many embedded Linux distributions. BusyBox replaces most GNU Core utilities.[7] One notable Desktop distribution using BusyBox is Alpine Linux[8]
  3. ^ The name «Linux» itself is a trademark owned by Linus Torvalds.[10] and administered by the Linux Mark Institute.
  4. ^ As measured by the TOP500 list, which uses HPL to measure computational power.
  5. ^ The license excepts system calls, as any program calling on the kernel is considered a derivative work; without this exception the GPL would apply to such programs.[39][21]

References[edit]

  1. ^ Linux Online (2008). «Linux Logos and Mascots». Archived from the original on August 15, 2010. Retrieved August 11, 2009.
  2. ^ «GNU Userland». Archived from the original on March 8, 2016.
  3. ^ «Unix Fundamentals — System Administration for Cyborgs». Archived from the original on October 5, 2016.
  4. ^ «Operating Systems — Introduction to Information and Communication Technology». Archived from the original on February 21, 2016.
  5. ^ «The X Window System». Archived from the original on January 20, 2016.
  6. ^ «PCLinuxOS Magazine — HTML». Archived from the original on May 15, 2013.
  7. ^ «The Busybox about page». busybox.net.
  8. ^ «The Alpine Linux about page». alpinelinux.org.
  9. ^ «The Linux Kernel Archives: Frequently asked questions». kernel.org. September 2, 2014. Archived from the original on September 5, 2015. Retrieved September 4, 2015.
  10. ^ a b «U.S. Reg No: 1916230». United States Patent and Trademark Office. Archived from the original on June 24, 2013. Retrieved April 1, 2006.
  11. ^ a b «Re: How to pronounce Linux?». Newsgroup: comp.os.linux. April 23, 1992. Usenet: 1992Apr23.123216.22024@klaava.Helsinki.FI. Retrieved January 9, 2007.
  12. ^ Eckert, Jason W. (2012). Linux+ Guide to Linux Certification (Third ed.). Boston, Massachusetts: Cengage Learning. p. 33. ISBN 978-1111541538. Archived from the original on May 9, 2013. Retrieved April 14, 2013. The shared commonality of the kernel is what defines a system’s membership in the Linux family; the differing OSS applications that can interact with the common kernel are what differentiate Linux distributions.
  13. ^ «Twenty Years of Linux according to Linus Torvalds». ZDNet. April 13, 2011. Archived from the original on September 19, 2016. Retrieved September 19, 2016.
  14. ^ Linus Benedict Torvalds (October 5, 1991). «Free minix-like kernel sources for 386-AT». Newsgroup: comp.os.minix. Retrieved September 30, 2011.
  15. ^ «What Is Linux: An Overview of the Linux Operating System». Medium. Retrieved December 21, 2019.
  16. ^ a b «GNU/Linux FAQ». Gnu.org. Archived from the original on September 7, 2013. Retrieved September 1, 2013.
  17. ^ a b «Linux and the GNU System». Gnu.org. Archived from the original on March 19, 2017. Retrieved September 1, 2013.
  18. ^ DistroWatch. «DistroWatch.com: Put the fun back into computing. Use Linux, BSD». distrowatch.com. Archived from the original on April 2, 2013. Retrieved December 30, 2016.
  19. ^ himanshu, Swapnil. «Best Linux distros of 2016: Something for everyone». CIO. Archived from the original on December 31, 2016. Retrieved February 1, 2022.
  20. ^ «10 Top Most Popular Linux Distributions of 2016». www.tecmint.com. Archived from the original on December 30, 2016. Retrieved December 30, 2016.
  21. ^ a b «What is Linux?». Opensource.com. Retrieved May 12, 2020.
  22. ^ Barry Levine (August 26, 2013). «Linux’ 22th [sic] Birthday Is Commemorated — Subtly — by Creator». Simpler Media Group, Inc. Archived from the original on May 18, 2015. Retrieved May 10, 2015. Originally developed for Intel x86-based PCs, Torvalds’ «hobby» has now been released for more hardware platforms than any other OS in history.
  23. ^ «Operating System Market Share Worldwide». StatCounter Global Stats.
  24. ^ McPherson, Amanda (December 13, 2012). «What a Year for Linux: Please Join us in Celebration». Linux Foundation. Archived from the original on April 17, 2014. Retrieved April 16, 2014.
  25. ^ Linux Devices (November 28, 2006). «Trolltech rolls «complete» Linux smartphone stack». Archived from the original on May 25, 2012. Retrieved January 12, 2017.
  26. ^ a b «Desktop Operating System Market Share Worldwide». StatCounter Global Stats.
  27. ^ Steven J. Vaughan-Nichols. «Chromebook shipments leap by 67 percent». ZDNet. Archived from the original on September 29, 2015. Retrieved September 29, 2015.
  28. ^ «OS Market Share and Usage Trends». W3Cook.com. Archived from the original on August 6, 2015.
  29. ^ Vaughan-Nichols, Steven J. (2017). «Linux totally dominates supercomputers». ZDNet (published November 14, 2017). Archived from the original on November 14, 2017. Retrieved October 25, 2018.
  30. ^ Thibodeau, Patrick (2009). «IBM’s newest mainframe is all Linux». Computerworld (published December 9, 2009). Archived from the original on November 11, 2016. Retrieved February 22, 2009.
  31. ^ a b Lyons, Daniel (March 15, 2005). «Linux rules supercomputers». Forbes. Archived from the original on February 24, 2007. Retrieved February 22, 2007.
  32. ^ IBM (October 2001). «Linux Watch (WatchPad)». Archived from the original on June 18, 2015. Retrieved June 18, 2015.
  33. ^ Eric Brown (March 29, 2019). «Linux continues advance in smart TV market». linuxgizmos.com. Retrieved May 15, 2020.
  34. ^ «Sony Open Source Code Distribution Service». Sony Electronics. Archived from the original on October 4, 2011. Retrieved October 8, 2011.
  35. ^ «Sharp Liquid Crystal Television Instruction Manual» (PDF). Sharp Electronics. p. 24. Archived from the original (PDF) on January 11, 2012. Retrieved October 8, 2011.
  36. ^ Steven J. Vaughan-Nichols (January 4, 2019). «It’s a Linux-powered car world». ZDNet. Retrieved May 15, 2020.
  37. ^ «From Earth to orbit with Linux and SpaceX | ZDNet». www.zdnet.com.
  38. ^ «Linux on Mars!». IT PRO. Retrieved June 30, 2022.
  39. ^ «Linux kernel licensing rules». Linux kernel documentation.
  40. ^ Ritchie, D.M. (October 1984), «The UNIX System: The Evolution of the UNIX Time-sharing System», AT&T Bell Laboratories Technical Journal, 63 (8): 1577, doi:10.1002/j.1538-7305.1984.tb00054.x, However, UNIX was born in 1969 …
  41. ^ Meeker, Heather (September 21, 2017). «Open source licensing: What every technologist should know». Opensource.com. Archived from the original on September 24, 2017. Retrieved September 24, 2017.
  42. ^ Michael Vetter (August 10, 2021). Acquisitions and Open Source Software Development. Springer Nature. p. 13. ISBN 978-3-658-35084-0. Retrieved August 5, 2022.
  43. ^ Christopher Tozzi (August 11, 2017). For Fun and Profit: A History of the Free and Open Source Software Revolution. MIT Press. p. 52. ISBN 978-0-262-03647-4. Retrieved August 5, 2022.
  44. ^ Eric, S. Raymond (October 1999). The Cathedral and the Bazaar. Sebastopol, California: O’Reilly & Associates, Inc. p. 12. ISBN 0-596-00108-8. Retrieved July 21, 2022. In 1982, a group of Unix hackers from Stanford and Berkeley founded Sun Microsystems on the belief that Unix running on relatively inexpensive 68000-based hardware would prove a winning combination for a wide variety of applications. They were right, and their vision set the pattern for an entire industry. While still priced out of reach of most individuals, workstations were cheap for corporations and universities; networks of them (one to a user) rapidly replaced the older VAXes and other time-sharing systems
  45. ^ Lazzareschi, Carla (January 31, 1988). «Sun Microsystems Is Blazing a Red-Hot Trail in Computers: $300-Million AT&T; Deal Moves Firm to Set Sights on IBM». Los Angeles Times. Retrieved July 21, 2022.
  46. ^ «About the GNU Project – Initial Announcement». Gnu.org. June 23, 2008. Archived from the original on March 5, 2009. Retrieved March 9, 2009.
  47. ^ Christopher Tozzi (August 23, 2016). «Open Source History: Why Did Linux Succeed?». Archived from the original on August 17, 2017. Retrieved August 17, 2017.
  48. ^ a b «MINIX is now available under the BSD license». minix1.woodhull.com. April 9, 2000. Archived from the original on March 4, 2016.
  49. ^ «Linus vs. Tanenbaum debate». Archived from the original on October 3, 2012. Retrieved February 19, 2014.
  50. ^ Linksvayer, Mike (1993). «The Choice of a GNU Generation – An Interview With Linus Torvalds». Meta magazine. Archived from the original on February 25, 2009. Retrieved January 20, 2009.
  51. ^ Moody, Glyn (August 1, 1997). «The Greatest OS That (N)ever Was». Wired. Retrieved July 20, 2022.
  52. ^ Torvalds, Linus. «What would you like to see most in minix?». Newsgroup: comp.os.minix. Usenet: 1991Aug25.205708.9541@klaava.Helsinki.FI. Retrieved September 9, 2006.
  53. ^ Linus Torvalds (October 14, 1992). «Chicken and egg: How was the first linux gcc binary created??». Newsgroup: comp.os.minix. Usenet: 1992Oct12.100843.26287@klaava.Helsinki.FI. Retrieved August 17, 2013.
  54. ^ Torvalds, Linus (January 5, 1992). «Release notes for Linux v0.12». Linux Kernel Archives. Archived from the original on August 19, 2007. Retrieved July 23, 2007. The Linux copyright will change: I’ve had a couple of requests to make it compatible with the GNU copyleft, removing the «you may not distribute it for money» condition. I agree. I propose that the copyright be changed so that it confirms to GNU ─ pending approval of the persons who have helped write code. I assume this is going to be no problem for anybody: If you have grievances («I wrote that code assuming the copyright would stay the same») mail me. Otherwise, The GNU copyleft takes effect since the first of February. If you do not know the gist of the GNU copyright ─ read it.
  55. ^ «Overview of the GNU System». Gnu.org. Archived from the original on February 28, 2009. Retrieved March 9, 2009.
  56. ^ a b Torvalds, Linus and Diamond, David, Just for Fun: The Story of an Accidental Revolutionary, 2001, ISBN 0-06-662072-4
  57. ^ Torvalds, Linus (March 1994). «Index of /pub/linux/kernel/SillySounds». Archived from the original on October 8, 2009. Retrieved August 3, 2009.
  58. ^ Garfinkel, Simson; Spafford, Gene; Schwartz, Alan (2003). Practical UNIX and Internet Security. O’Reilly. p. 21.
  59. ^ Santhanam, Anand; Vishal Kulkarni (March 1, 2002). «Linux system development on an embedded device». DeveloperWorks. IBM. Archived from the original on March 29, 2007. Retrieved July 26, 2007.
  60. ^ Galli, Peter (August 8, 2007). «Vista Aiding Linux Desktop, Strategist Says». eWEEK. Ziff Davis Enterprise Inc. Archived from the original on July 9, 2009. Retrieved November 19, 2007.
  61. ^ Paul, Ryan (September 3, 2007). «Linux market share set to surpass Win 98, OS X still ahead of Vista». Ars Technica. Ars Technica, LLC. Archived from the original on November 16, 2007. Retrieved November 19, 2007.
  62. ^ Beer, Stan (January 23, 2007). «Vista to play second fiddle to XP until 2009: Gartner». iTWire. iTWire. Archived from the original on December 3, 2008. Retrieved November 19, 2007.
  63. ^ «Operating System Marketshare for Year 2007». Market Share. Net Applications. November 19, 2007. Archived from the original on June 24, 2013. Retrieved November 19, 2007.
  64. ^ «Vista slowly continues its growth; Linux more aggressive than Mac OS during the summer». XiTiMonitor. AT Internet/XiTi.com. September 24, 2007. Archived from the original on December 14, 2007. Retrieved November 19, 2007.
  65. ^ «Global Web Stats». W3Counter. Awio Web Services LLC. November 10, 2007. Archived from the original on June 28, 2012. Retrieved November 19, 2007.
  66. ^ «June 2004 Zeitgeist». Google Press Center. Google Inc. August 12, 2004. Archived from the original on July 11, 2011. Retrieved November 19, 2007.
  67. ^ McMillan, Robert (October 10, 2003). «IBM, Brazilian government launch Linux effort». www.infoworld.com. IDG News Service. Archived from the original on March 15, 2015. Retrieved February 16, 2015.
  68. ^ «About Us — The Linux Foundation». Retrieved October 1, 2018.
  69. ^ «The Free Software Foundation Management». Archived from the original on November 11, 2011. Retrieved November 10, 2011.
  70. ^ «Free software is a matter of liberty, not price — Free Software Foundation — working together for free software». Fsf.org. Archived from the original on July 14, 2012. Retrieved July 12, 2012.
  71. ^ Email correspondence on the Linux Kernel development mailing list Linus Torvalds (November 30, 2001). «Re: Coding style, a non-issue». kernel.org.
  72. ^ Raymond, Eric S. (2001). O’Reilly, Tim (ed.). The Cathedral and the Bazaar: Musings on Linux and Open Source by an Accidental Revolutionary (Second ed.). O’Reilly & Associates. p. 16. ISBN 0-596-00108-8.
  73. ^ «You have to design it you cannot asymptotically reach Security.» Cantrill 2017
  74. ^ The Cantrill Strikes Back | BSD Now 117. Jupiter Broadcasting. November 26, 2015. Archived from the original on December 14, 2020. Retrieved September 7, 2021 – via YouTube.
  75. ^ «Why is Linux called a monolithic kernel?». stackoverflow.com. 2009. Archived from the original on October 17, 2013. Retrieved October 16, 2013.
  76. ^ a b «Anatomy of a Linux System» (PDF). O’Reilly. July 23–26, 2001. Retrieved October 10, 2018.
  77. ^ «Admin Guide README». git.kernel.org.
  78. ^ M. Tim Jones (May 31, 2006). «Inside the Linux boot process». IBM Developer Works. Archived from the original on October 17, 2013. Retrieved October 16, 2013.
  79. ^ Jake Edge (June 8, 2013). «The Wayland Situation: Facts About X vs. Wayland (Phoronix)». LWN.net. Archived from the original on October 22, 2013. Retrieved October 11, 2013.
  80. ^ Miller, Matthew (May 6, 2022). «Announcing Fedora 36». Retrieved October 28, 2022.
  81. ^ Diener, Derrik (December 6, 2016). «What Is Wayland and What Does It Means for Linux Users». www.maketecheasier.com/. Retrieved February 14, 2021.
  82. ^ «Linux TV: Television with Linux». linuxtv.org. Archived from the original on November 6, 2013. Retrieved October 16, 2013.
  83. ^ Jonathan Corbet (October 11, 2006). «The Video4Linux2 API: an introduction». LWN.net. Archived from the original on October 7, 2013. Retrieved October 16, 2013.
  84. ^ «Part I. Video for Linux Two API Specification». Chapter 7. Changes. linuxtv.org. Archived from the original on October 17, 2013. Retrieved October 16, 2013.
  85. ^ Operating System Market Share (November 2009). «Operating System Market Share». Archived from the original on January 25, 2010. Retrieved December 11, 2009.
  86. ^ «gnu.org». www.gnu.org. Retrieved May 12, 2020.
  87. ^ «POSIX.1 (FIPS 151-2) Certification». Archived from the original on February 26, 2012.
  88. ^ «How source code compatible is Debian with other Unix systems?». Debian FAQ. the Debian project. Archived from the original on October 16, 2011.
  89. ^ Eissfeldt, Heiko (August 1, 1996). «Certifying Linux». Linux Journal. Archived from the original on April 4, 2016.
  90. ^ «The Debian GNU/Linux FAQ – Compatibility issues». Archived from the original on October 10, 2011. Retrieved September 17, 2011.
  91. ^
  92. ^ «Get Fedora». getfedora.org. Retrieved February 24, 2020.
  93. ^ design, Cynthia Sanchez: front-end and UI, Zvezdana Marjanovic: graphic. «The makers’ choice for sysadmins, developers and desktop users». openSUSE. Retrieved February 24, 2020.
  94. ^ Linux Format. «Linux Format DVD contents». Archived from the original on August 8, 2008. Retrieved January 17, 2008.
  95. ^ linux-magazine.com. «Current Issue». Archived from the original on January 10, 2008. Retrieved January 17, 2008.
  96. ^ «State of Linux Kernel Development 2017». Linux Foundation. Retrieved November 14, 2021.
  97. ^ «State of Linux Kernel Development 2017». Linux Foundation. Retrieved November 14, 2021.
  98. ^ «gfortran — the GNU Fortran compiler, part of GCC». GNU GCC. Retrieved May 3, 2020.
  99. ^ Brockmeier, Joe. «A survey of Linux Web development tools». Archived from the original on October 19, 2006. Retrieved December 16, 2006.
  100. ^ Advani, Prakash (February 8, 2004). «If I could re-write Linux». freeos.com. Archived from the original on January 23, 2007. Retrieved January 23, 2007.
  101. ^ Das, Ankush (January 21, 2021). «Finally! Linux Runs Gracefully On Apple M1 Chip». It’s FOSS News. Retrieved November 13, 2021.
  102. ^ Jimenez, Jorge (October 8, 2021). «Developers finally get Linux running on an Apple M1-powered Mac». PC Gamer. Retrieved November 13, 2021.
  103. ^ Proven, Liam (November 10, 2022). «OpenPrinting keeps old printers working, even on Windows». The Register. Retrieved January 7, 2023.
  104. ^ Bruce Byfield (August 14, 2007). «Is my hardware Linux-compatible? Find out here». Linux.com. Archived from the original on September 5, 2015. Retrieved September 4, 2015.
  105. ^ «Linux Hardware». Linux Hardware Project. Retrieved June 26, 2020.
  106. ^ Wheeler, David A. «Why Open Source Software/Free Software (OSS/FS)? Look at the Numbers!». Archived from the original on April 5, 2006. Retrieved April 1, 2006.
  107. ^ «Linux Operating System Market Size, Share and Forecast [2020-2027]». www.fortunebusinessinsights.com. Retrieved November 12, 2021.
  108. ^ «The rise and rise of Linux». Computer Associates International. October 10, 2005. Archived from the original on February 17, 2007.
  109. ^ Jeffrey S. Smith. «Why customers are flocking to Linux». IBM. Archived from the original on June 3, 2008.
  110. ^ «W3Cook FAQ». W3Cook.com. Archived from the original on June 27, 2015. Retrieved June 30, 2015.
  111. ^ «OS Market Share and Usage Trends». W3Cook.com. Archived from the original on August 6, 2015. Retrieved June 30, 2015.
  112. ^ «Technologies Overview — methodology information». W3Techs.com. Retrieved June 30, 2015.
  113. ^ «Linux vs. Windows usage statistics, November 2021». w3techs.com. Retrieved November 14, 2021.
  114. ^ «Usage Statistics and Market Share of Unix for Websites, November 2021». w3techs.com. Retrieved November 14, 2021.
  115. ^ «─ IDC Q1 2007 report». Linux-watch.com. May 29, 2007. Archived from the original on January 17, 2010. Retrieved March 9, 2009.
  116. ^ «Mobile Operating System Market Share Worldwide». StatCounter Global Stats. Retrieved August 17, 2022.
  117. ^ Egham (March 3, 2014). «Gartner Says Worldwide Tablet Sales Grew 68 Percent in 2013, With Android Capturing 62 Percent of the Market». Archived from the original on April 17, 2014. Retrieved June 13, 2014.
  118. ^ «Mobile/Tablet Operating System Market Share». Netmarketshare.com. Archived from the original on June 28, 2021. Retrieved October 14, 2021.
  119. ^ Strauss, Daryll. «Linux Helps Bring Titanic to Life». Archived from the original on January 12, 2012. Retrieved July 28, 2011.
  120. ^ Rowe, Robin. «Linux and Star Trek». Archived from the original on July 12, 2011. Retrieved July 28, 2011.
  121. ^ «Industry of Change: Linux Storms Hollywood». Archived from the original on April 11, 2009. Retrieved March 11, 2009.
  122. ^ «Tux with Shades, Linux in Hollywood». Retrieved March 11, 2009.
  123. ^ «Weta Digital – Jobs». Archived from the original on December 30, 2010. Retrieved November 17, 2010.
  124. ^ «LinuxMovies.org – Advancing Linux Motion Picture Technology». Archived from the original on March 1, 2012. Retrieved March 16, 2012.
  125. ^ «LV: Minister: «Open standards improve efficiency and transparency»«. Archived from the original on August 9, 2011. Retrieved February 21, 2009.
  126. ^ «Linux Spreads its Wings in India». Archived from the original on July 28, 2011. Retrieved February 21, 2009.
  127. ^ «Kerala shuts windows, schools to use only Linux». March 4, 2008. Archived from the original on May 15, 2011. Retrieved June 22, 2009.
  128. ^ «China’s Microprocessor Dilemma». Microprocessor Report. Archived from the original on September 18, 2009. Retrieved April 15, 2009.
  129. ^ Krane, Jim (November 30, 2001). «Some countries are choosing Linux systems over Microsoft». Seattle Post-Intelligencer. Archived from the original on March 15, 2012. Retrieved February 21, 2009.
  130. ^ «North Korea’s ‘paranoid’ computer operating system revealed». The Guardian. December 27, 2015. Archived from the original on December 31, 2015. Retrieved December 31, 2015.
  131. ^ «GNU General Public License, version 2». GNU Project. June 2, 1991. Archived from the original on December 7, 2013. Retrieved December 5, 2013.
  132. ^ Torvalds, Linus (January 26, 2006). «Re: GPL V3 and Linux ─ Dead Copyright Holders». Linux Kernel Mailing List. Archived from the original on July 9, 2014.
  133. ^ Torvalds, Linus (September 25, 2006). «Re: GPLv3 Position Statement». Linux Kernel Mailing List. Archived from the original on April 22, 2014.
  134. ^ Brett Smith (July 29, 2013). «Neutralizing Laws That Prohibit Free Software — But Not Forbidding DRM». A Quick Guide to GPLv3. GNU Project. Archived from the original on December 1, 2013. Retrieved December 5, 2013.
  135. ^ «Keeping an Eye on the Penguin». Linux-watch.com. February 7, 2006. Archived from the original on January 3, 2013. Retrieved November 9, 2010.
  136. ^ a b c Wheeler, David A (July 29, 2002). «More Than a Gigabuck: Estimating GNU/Linux’s Size». Archived from the original on April 21, 2006. Retrieved May 11, 2006.
  137. ^ a b Johnston, Louis; Williamson, Samuel H. (2023). «What Was the U.S. GDP Then?». MeasuringWorth. Retrieved January 1, 2023. United States Gross Domestic Product deflator figures follow the Measuring Worth series.
  138. ^ Amor, Juan José; et al. (June 17, 2007). «Measuring Etch: the size of Debian 4.0». Archived from the original on July 28, 2014. Retrieved September 16, 2007.
  139. ^ «There Is a Linux Detergent Out There and It’s Trademarked». Linux.com. June 19, 2015. Archived from the original on June 24, 2015. Retrieved January 31, 2016.
  140. ^ «Linux Timeline». Linux Journal. May 31, 2006. Archived from the original on February 3, 2013.
  141. ^ Neil McAllister (September 5, 2005). «Linus gets tough on Linux trademark». InfoWorld. Archived from the original on April 12, 2008. Retrieved February 24, 2008.
  142. ^ «Linux Mark Institute». Archived from the original on February 13, 2008. Retrieved February 24, 2008. LMI has restructured its sublicensing program. Our new sublicense agreement is: Free – approved sublicense holders pay no fees; Perpetual – sublicense terminates only in breach of the agreement or when your organization ceases to use its mark; Worldwide – one sublicense covers your use of the mark anywhere in the world
  143. ^ Richard Stallman (April 28, 1996). «The FSF is no longer sponsoring Debian». tech-insider.org. Archived from the original on February 21, 2014. Retrieved February 8, 2014.
  144. ^ «TiVo ─ GNU/Linux Source Code». Archived from the original on May 19, 2007. Retrieved December 12, 2006.
  145. ^ «About Debian». debian.org. December 8, 2013. Archived from the original on January 23, 2014. Retrieved January 30, 2014.
  146. ^ Andrew D. Balsa; et al. (October 17, 2009). «The linux-kernel mailing list FAQ». vger.kernel.org. Archived from the original on October 1, 2012. Retrieved June 13, 2013. …we have tried to use the word «Linux» or the expression «Linux kernel» to designate the kernel, and GNU/Linux to designate the entire body of GNU/GPL’ed OS software,… …many people forget that the linux kernel mailing list is a forum for discussion of kernel-related matters, not GNU/Linux in general…
  147. ^ Côrte-Real, Pedro (May 31, 2011). «How much GNU is there in GNU/Linux?». Split Perspective. Archived from the original on February 7, 2014. Retrieved January 28, 2014. (self-published data)

External links[edit]

  • Linux at Curlie
  • Graphical map of Linux Internals
  • Linux kernel website and archives
  • The History of Linux in GIT Repository Format 1992–2010
Linux

Tux the penguin

Tux the penguin, the mascot of Linux[1]

Developer Community contributors,
Linus Torvalds
Written in C, assembly languages, and others
OS family Unix-like
Working state Current
Source model Open source
Initial release September 17, 1991; 31 years ago
Repository git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
Marketing target Cloud computing, embedded devices, mainframe computers, mobile devices, personal computers, servers, supercomputers
Available in Multilingual
Platforms Alpha, ARC, ARM, C-Sky, Hexagon, IA-64, LoongArch, m68k, Microblaze, MIPS, Nios II, OpenRISC, PA-RISC, PowerPC, RISC-V, s390, SuperH, SPARC, x86, Xtensa
Kernel type Monolithic
Userland GNU[a], BusyBox[b]
Default
user interface
  • Unix shell (CLI)
  • Most distributions include a desktop environment (GUI)
License GPLv2[9][c])
Articles in the series
Linux kernel
Linux distribution

Linux ( LEE-nuuks or LIN-uuks)[11] is a family of open-source Unix-like operating systems based on the Linux kernel,[12] an operating system kernel first released on September 17, 1991, by Linus Torvalds.[13][14][15] Linux is typically packaged as a Linux distribution, which includes the kernel and supporting system software and libraries, many of which are provided by the GNU Project. 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.[16][17]

Popular Linux distributions[18][19][20] include Debian, Fedora Linux, 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 and SUSE Linux Enterprise. Desktop Linux distributions include a windowing system such as X11 or Wayland, and a desktop environment such as GNOME or KDE Plasma. Distributions intended for servers may omit graphics altogether, or include a solution stack such as LAMP. Because Linux is freely redistributable, anyone may create a distribution for any purpose.[21]

Linux was originally developed for personal computers based on the Intel x86 architecture, but has since been ported to more platforms than any other operating system.[22] Because of the dominance of the Linux-based Android on smartphones, Linux, including Android, has the largest installed base of all general-purpose operating systems, as of May 2022.[23][24][25] Although Linux is, as of November 2022, used by only around 2.6 percent of desktop computers,[26] 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 sales in the US.[27] Linux is the leading operating system on servers (over 96.4% of the top 1 million web servers’ operating systems are Linux),[28] leads other big iron systems such as mainframe computers, and is used on all of the world’s 500 fastest supercompters[d] (since November 2017, having gradually displaced all competitors).[29][30][31]

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 controls, smart home devices, video game consoles,[32] televisions (Samsung and LG Smart TVs),[33][34][35] automobiles (Tesla, Audi, Mercedes-Benz, Hyundai and Toyota),[36] and spacecraft (Falcon 9 rocket, Dragon crew capsule and the Perseverance rover).[37][38]

Linux is one of the most prominent examples of free and open-source software collaboration. The source code 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 (GPL). The Linux kernel, for example, is licensed under the GPLv2.[e]

History[edit]

Precursors[edit]

The Unix operating system was conceived and implemented in 1969, at AT&T’s Bell Labs, in the United States by Ken Thompson, Dennis Ritchie, Douglas McIlroy, and Joe Ossanna.[40] 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.[41]

Due to an earlier antitrust case 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.[42][43]

Onyx Systems began selling early microcomputer-based Unix workstations in 1980. Later, Sun Microsystems, founded as a spin-off of a student project at Stanford University, 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.[44][45]

With Unix increasingly «locked in» as a proprietary product, the GNU Project, started in 1983 by Richard Stallman, had the goal of creating a «complete Unix-compatible software system» composed entirely of free software. Work began in 1984.[46] Later, in 1985, Stallman started the Free Software Foundation and wrote the GNU General Public License (GNU GPL) in 1989. By the early 1990s, many of the programs required in an operating system (such as libraries, compilers, text editors, a command-line shell, 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.[47]

MINIX was created by Andrew S. Tanenbaum, a computer science 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 until the licensing changed in April 2000.[48]

Although not released until 1992, due to legal complications, development of 386BSD, from which NetBSD, OpenBSD and FreeBSD descended, predated that of Linux.

Linus Torvalds has stated on separate occasions that if the GNU kernel or 386BSD had been available at the time (1991), he probably would not have created Linux.[49][50]

Creation[edit]

While attending the University of Helsinki in the fall of 1990, Torvalds enrolled in a Unix course.[51] The course utilized a MicroVAX minicomputer running Ultrix, 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.[52] Frustrated by the licensing of MINIX, which at the time limited it to educational use only,[48] he began to work on his own operating system kernel, which eventually became the Linux kernel.

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.[53] 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.[54] Developers worked to integrate GNU components with the Linux kernel, creating a fully functional and free operating system.[55]

Naming[edit]

5.25-inch floppy disks holding a very early version of Linux

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.[56]

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.[56] Later, however, Torvalds consented to «Linux».

According to a newsgroup post by Torvalds,[11] the word «Linux» should be pronounced ( LIN-uuks) 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 (listen (help·info)) with the kernel source code.[57] However, in this recording, he pronounces ‘Linux’ ( LEEN-uuks) with a short but close front unrounded vowel.

Commercial and popular uptake[edit]

Ubuntu, a popular Linux distribution

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 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, started offering Linux support to escape Microsoft’s monopoly in the desktop operating system market.[58]

Today, Linux systems are used throughout computing, from embedded systems to virtually all supercomputers,[31][59] 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.[60][61][62][63][64][65][66] Linux distributions have also become popular in the netbook 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 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.[67]

Current development[edit]

Greg Kroah-Hartman is the lead maintainer for the Linux kernel and guides its development.[68] William John Sullivan is the executive director of the Free Software Foundation,[69] which in turn supports the GNU components.[70] 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 distributions.

Design[edit]

Many open source developers agree that the Linux kernel was not designed but rather evolved through natural selection. 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.»[71] 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.»[72] 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,[73] cannot be evolved into, «this is not a biological system at the end of the day, it’s a software system.»[74]
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, which handles process control, networking, access to the peripherals, and file systems. Device drivers are either integrated directly with the kernel, or added as modules that are loaded while the system is running.[75]

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.[76] 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.

Various layers within Linux, also showing separation between the userland and kernel space

User mode User applications bash, LibreOffice, GIMP, Blender, 0 A.D., Mozilla Firefox, …
System components init daemon:
OpenRC, runit, systemd…
System daemons:
polkitd, smbd, sshd, udevd…
Window manager:
X11, Wayland, SurfaceFlinger (Android)
Graphics:
Mesa, AMD Catalyst, …
Other libraries:
GTK, Qt, EFL, SDL, SFML, FLTK, GNUstep, …
C standard library fopen, execv, malloc, memcpy, localtime, pthread_create… (up to 2000 subroutines)
glibc aims to be fast, musl aims to be lightweight, uClibc targets embedded systems, bionic was written for Android, etc. All aim to be POSIX/SUS-compatible.
Kernel mode Linux kernel stat, splice, dup, read, open, ioctl, write, mmap, close, exit, etc. (about 380 system calls)
The Linux kernel System Call Interface (SCI), aims to be POSIX/SUS-compatible[77]
Process scheduling
subsystem
IPC
subsystem
Memory management
subsystem
Virtual files
subsystem
Network
subsystem
Other components: ALSA, DRI, evdev, klibc, LVM, device mapper, Linux Network Scheduler, Netfilter
Linux Security Modules: SELinux, TOMOYO, AppArmor, Smack
Hardware (CPU, main memory, data storage devices, etc.)

Installed components of a Linux system include the following:[76][78]

  • A bootloader, for example GNU GRUB, LILO, SYSLINUX or systemd-boot. This is a program that loads the Linux kernel into the computer’s main memory, by being executed by the computer when it is turned on and after the firmware initialization is performed.
  • An init program, such as the traditional sysvinit and the newer systemd, 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, 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. 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 (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 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 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[edit]

The user interface, 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. 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.

On desktop systems, the most popular user interfaces are the GUI shells, packaged together with extensive desktop environments, such as KDE Plasma, GNOME, MATE, Cinnamon, 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.[79] 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 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, or herbstluftwm provide a minimalist functionality, while more elaborate window managers such as FVWM, Enlightenment 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; as of 2022, it has received relatively wide adoption.[80] 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.[81]

Video input infrastructure[edit]

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.[82]

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.[83][84]

Development[edit]

Simplified history of Unix-like operating systems. Linux shares similar architecture and concepts (as part of the POSIX standard) but does not share non-free source code with the original Unix or MINIX.

The primary difference between Linux and many other popular contemporary operating systems is that the Linux kernel and other components are free and open-source software. Linux is not the only such operating system, although it is by far the most widely used.[85] Some free and open-source software licenses are based on the principle of copyleft, 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 (GPL), is a form of copyleft, and is used for the Linux kernel and many of the components from the GNU Project.[86]

Linux-based distributions are intended by developers for interoperability with other operating systems and established computing standards. Linux systems adhere to POSIX,[87] SUS,[88] LSB, ISO, and ANSI standards where possible, although to date only one Linux distribution has been POSIX.1 certified, Linux-FT.[89][90]

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, yum, zypper, pacman or portage to install, remove, and update all of a system’s software from one central location.[91]

[edit]

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 does with Fedora, and SUSE does with openSUSE.[92][93]

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 lists; 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.[94][95]

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. 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.[96] Some of the major corporations that provide contributions include Intel, Samsung, Google, AMD, Oracle and Facebook.[97] A number of corporations, notably Red Hat, Canonical and SUSE, 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. 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[edit]

Most programming languages support Linux either directly or through third-party community based ports.[98] 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 (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 in the form of Visual Basic is supported in such forms as Gambas, FreeBASIC, and XBasic, 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, 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 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 machines and development kits run on Linux, including the original Sun Microsystems JVM (HotSpot), and IBM’s J2SE RE, as well as many open-source projects like Kaffe and JikesRVM.

GNOME 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, Code::Blocks, CodeLite, Eclipse, Geany, ActiveState Komodo, KDevelop, Lazarus, MonoDevelop, NetBeans, and Qt Creator, while the long-established editors Vim, nano and Emacs remain popular.[99]

Hardware support[edit]

Linux is ubiquitously found on various types of hardware.

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 or System z10.[100] Specialized distributions and kernel forks exist for less mainstream architectures; for example, the ELKS kernel fork can run on Intel 8086 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[101][102] (with both PowerPC and Intel processors), PDAs, video game consoles, portable music players, and mobile phones.

Linux has a reputation of supporting old hardware very well by maintaining standardized drivers for a long time.[103] There are several industry associations and hardware conferences devoted to maintaining and improving support for diverse hardware under Linux, such as FreedomHEC. Over time, support for different hardware has improved in Linux, resulting in any off-the-shelf purchase having a «good chance» of being compatible.[104]

In 2014, a new initiative was launched to automatically collect a database of all tested hardware configurations.[105]

Uses[edit]

[edit]

Many quantitative studies of free/open-source software focus on topics including market share and reliability, with numerous studies specifically examining Linux.[106] 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.[107] Analysts and proponents attribute the relative success of Linux to its security, reliability, low cost, and freedom from vendor lock-in.[108][109]

Desktops and laptops
According to web server statistics (that is, based on the numbers recorded from visits to websites by client devices), as of May 2022, the estimated market share of Linux on desktop computers is around 2.5%. In comparison, Microsoft Windows has a market share of around 75.5%, while macOS covers around 14.9%.[26]
Web servers
W3Cook publishes stats that use the top 1,000,000 Alexa domains,[110] which as of May 2015 estimate that 96.55% of web servers run Linux, 1.73% run Windows, and 1.72% run FreeBSD.[111]
W3Techs publishes stats that use the top 10,000,000 Alexa domains and the top 1,000,000 Tranco domains, updated monthly[112] and as of November 2020 estimate that Linux is used by 39% of the web servers, versus 21.9% being used by Microsoft Windows.[113] 40.1% used other types of Unix.[114]
IDC’s Q1 2007 report indicated that Linux held 12.7% of the overall server market at that time;[115] 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.[116] Android is also a popular operating system for tablets, being responsible for more than 60% of tablet sales as of 2013.[117] According to web server statistics, as of October 2021 Android has a market share of about 71%, with iOS holding 28%, and the remaining 1% attributed to various niche platforms.[118]
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.[119][120] Since then major studios including DreamWorks Animation, Pixar, Weta Digital, and Industrial Light & Magic have migrated to Linux.[121][122][123] According to the Linux Movies Group, more than 95% of the servers and desktops at large animation and visual effects companies use Linux.[124]
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.[125] The Indian state of Kerala has gone to the extent of mandating that all state high schools run Linux on their computers.[126][127] China uses Linux exclusively as the operating system for its Loongson processor family to achieve technology independence.[128] 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 and Germany have also taken steps toward the adoption of Linux.[129] North Korea’s Red Star OS, developed since 2002, is based on a version of Fedora Linux.[130]

Copyright, trademark, and naming[edit]

Linux kernel is licensed under the GNU General Public License (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.[131] 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.[132][133] He specifically dislikes some provisions in the new license which prohibit the use of the software in digital rights management.[134] It would also be impractical to obtain permission from all the copyright holders, who number in the thousands.[135]

A 2001 study of Red Hat Linux 7.1 found that this distribution contained 30 million source lines of code.[136] 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 US$1.64 billion[137] to develop in 2021 in the United States.[136] Most of the source code (71%) was written in the C programming language, but many other languages were used, including C++, Lisp, assembly language, Perl, Python, Fortran, and various shell scripting 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.[136]

In a later study, the same analysis was performed for Debian version 4.0 (etch, which was released in 2007).[138] 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 US$9.16 billion[137] (in 2021 dollars) to develop by conventional means.

The name «Linux» is also used for a laundry detergent made by Swiss company Rösch.[139]

In the United States, the name Linux is a trademark registered to Linus Torvalds.[10] 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.[140] 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,[141] but later changed this in favor of offering a free, perpetual worldwide sublicense.[142]

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.[16][17] 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),[143] also use GNU/Linux when referring to the operating system as a whole.[144][145][146] 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). 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.

As of May 2011, 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 is considered part of GNU); meanwhile, 6% is taken by the Linux kernel, increased to 9% when including its direct dependencies.[147]

See also[edit]

  • Comparison of Linux distributions
  • Comparison of open source and closed source
  • 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
  • Usage share of operating systems
  • Timeline of operating systems

Notes[edit]

  1. ^ GNU is the primary userland used in nearly all Linux distributions.[2][3][4] The GNU userland contains system daemons, user applications, the GUI, and various libraries. GNU Core utilities are an essential part of most distributions. Most Linux distributions use the X Window system.[5] Other components of the userland, such as the widget toolkit, vary with the specific distribution, desktop environment, and user configuration.[6]
  2. ^ BusyBox is an alternative userland used in many embedded Linux distributions. BusyBox replaces most GNU Core utilities.[7] One notable Desktop distribution using BusyBox is Alpine Linux[8]
  3. ^ The name «Linux» itself is a trademark owned by Linus Torvalds.[10] and administered by the Linux Mark Institute.
  4. ^ As measured by the TOP500 list, which uses HPL to measure computational power.
  5. ^ The license excepts system calls, as any program calling on the kernel is considered a derivative work; without this exception the GPL would apply to such programs.[39][21]

References[edit]

  1. ^ Linux Online (2008). «Linux Logos and Mascots». Archived from the original on August 15, 2010. Retrieved August 11, 2009.
  2. ^ «GNU Userland». Archived from the original on March 8, 2016.
  3. ^ «Unix Fundamentals — System Administration for Cyborgs». Archived from the original on October 5, 2016.
  4. ^ «Operating Systems — Introduction to Information and Communication Technology». Archived from the original on February 21, 2016.
  5. ^ «The X Window System». Archived from the original on January 20, 2016.
  6. ^ «PCLinuxOS Magazine — HTML». Archived from the original on May 15, 2013.
  7. ^ «The Busybox about page». busybox.net.
  8. ^ «The Alpine Linux about page». alpinelinux.org.
  9. ^ «The Linux Kernel Archives: Frequently asked questions». kernel.org. September 2, 2014. Archived from the original on September 5, 2015. Retrieved September 4, 2015.
  10. ^ a b «U.S. Reg No: 1916230». United States Patent and Trademark Office. Archived from the original on June 24, 2013. Retrieved April 1, 2006.
  11. ^ a b «Re: How to pronounce Linux?». Newsgroup: comp.os.linux. April 23, 1992. Usenet: 1992Apr23.123216.22024@klaava.Helsinki.FI. Retrieved January 9, 2007.
  12. ^ Eckert, Jason W. (2012). Linux+ Guide to Linux Certification (Third ed.). Boston, Massachusetts: Cengage Learning. p. 33. ISBN 978-1111541538. Archived from the original on May 9, 2013. Retrieved April 14, 2013. The shared commonality of the kernel is what defines a system’s membership in the Linux family; the differing OSS applications that can interact with the common kernel are what differentiate Linux distributions.
  13. ^ «Twenty Years of Linux according to Linus Torvalds». ZDNet. April 13, 2011. Archived from the original on September 19, 2016. Retrieved September 19, 2016.
  14. ^ Linus Benedict Torvalds (October 5, 1991). «Free minix-like kernel sources for 386-AT». Newsgroup: comp.os.minix. Retrieved September 30, 2011.
  15. ^ «What Is Linux: An Overview of the Linux Operating System». Medium. Retrieved December 21, 2019.
  16. ^ a b «GNU/Linux FAQ». Gnu.org. Archived from the original on September 7, 2013. Retrieved September 1, 2013.
  17. ^ a b «Linux and the GNU System». Gnu.org. Archived from the original on March 19, 2017. Retrieved September 1, 2013.
  18. ^ DistroWatch. «DistroWatch.com: Put the fun back into computing. Use Linux, BSD». distrowatch.com. Archived from the original on April 2, 2013. Retrieved December 30, 2016.
  19. ^ himanshu, Swapnil. «Best Linux distros of 2016: Something for everyone». CIO. Archived from the original on December 31, 2016. Retrieved February 1, 2022.
  20. ^ «10 Top Most Popular Linux Distributions of 2016». www.tecmint.com. Archived from the original on December 30, 2016. Retrieved December 30, 2016.
  21. ^ a b «What is Linux?». Opensource.com. Retrieved May 12, 2020.
  22. ^ Barry Levine (August 26, 2013). «Linux’ 22th [sic] Birthday Is Commemorated — Subtly — by Creator». Simpler Media Group, Inc. Archived from the original on May 18, 2015. Retrieved May 10, 2015. Originally developed for Intel x86-based PCs, Torvalds’ «hobby» has now been released for more hardware platforms than any other OS in history.
  23. ^ «Operating System Market Share Worldwide». StatCounter Global Stats.
  24. ^ McPherson, Amanda (December 13, 2012). «What a Year for Linux: Please Join us in Celebration». Linux Foundation. Archived from the original on April 17, 2014. Retrieved April 16, 2014.
  25. ^ Linux Devices (November 28, 2006). «Trolltech rolls «complete» Linux smartphone stack». Archived from the original on May 25, 2012. Retrieved January 12, 2017.
  26. ^ a b «Desktop Operating System Market Share Worldwide». StatCounter Global Stats.
  27. ^ Steven J. Vaughan-Nichols. «Chromebook shipments leap by 67 percent». ZDNet. Archived from the original on September 29, 2015. Retrieved September 29, 2015.
  28. ^ «OS Market Share and Usage Trends». W3Cook.com. Archived from the original on August 6, 2015.
  29. ^ Vaughan-Nichols, Steven J. (2017). «Linux totally dominates supercomputers». ZDNet (published November 14, 2017). Archived from the original on November 14, 2017. Retrieved October 25, 2018.
  30. ^ Thibodeau, Patrick (2009). «IBM’s newest mainframe is all Linux». Computerworld (published December 9, 2009). Archived from the original on November 11, 2016. Retrieved February 22, 2009.
  31. ^ a b Lyons, Daniel (March 15, 2005). «Linux rules supercomputers». Forbes. Archived from the original on February 24, 2007. Retrieved February 22, 2007.
  32. ^ IBM (October 2001). «Linux Watch (WatchPad)». Archived from the original on June 18, 2015. Retrieved June 18, 2015.
  33. ^ Eric Brown (March 29, 2019). «Linux continues advance in smart TV market». linuxgizmos.com. Retrieved May 15, 2020.
  34. ^ «Sony Open Source Code Distribution Service». Sony Electronics. Archived from the original on October 4, 2011. Retrieved October 8, 2011.
  35. ^ «Sharp Liquid Crystal Television Instruction Manual» (PDF). Sharp Electronics. p. 24. Archived from the original (PDF) on January 11, 2012. Retrieved October 8, 2011.
  36. ^ Steven J. Vaughan-Nichols (January 4, 2019). «It’s a Linux-powered car world». ZDNet. Retrieved May 15, 2020.
  37. ^ «From Earth to orbit with Linux and SpaceX | ZDNet». www.zdnet.com.
  38. ^ «Linux on Mars!». IT PRO. Retrieved June 30, 2022.
  39. ^ «Linux kernel licensing rules». Linux kernel documentation.
  40. ^ Ritchie, D.M. (October 1984), «The UNIX System: The Evolution of the UNIX Time-sharing System», AT&T Bell Laboratories Technical Journal, 63 (8): 1577, doi:10.1002/j.1538-7305.1984.tb00054.x, However, UNIX was born in 1969 …
  41. ^ Meeker, Heather (September 21, 2017). «Open source licensing: What every technologist should know». Opensource.com. Archived from the original on September 24, 2017. Retrieved September 24, 2017.
  42. ^ Michael Vetter (August 10, 2021). Acquisitions and Open Source Software Development. Springer Nature. p. 13. ISBN 978-3-658-35084-0. Retrieved August 5, 2022.
  43. ^ Christopher Tozzi (August 11, 2017). For Fun and Profit: A History of the Free and Open Source Software Revolution. MIT Press. p. 52. ISBN 978-0-262-03647-4. Retrieved August 5, 2022.
  44. ^ Eric, S. Raymond (October 1999). The Cathedral and the Bazaar. Sebastopol, California: O’Reilly & Associates, Inc. p. 12. ISBN 0-596-00108-8. Retrieved July 21, 2022. In 1982, a group of Unix hackers from Stanford and Berkeley founded Sun Microsystems on the belief that Unix running on relatively inexpensive 68000-based hardware would prove a winning combination for a wide variety of applications. They were right, and their vision set the pattern for an entire industry. While still priced out of reach of most individuals, workstations were cheap for corporations and universities; networks of them (one to a user) rapidly replaced the older VAXes and other time-sharing systems
  45. ^ Lazzareschi, Carla (January 31, 1988). «Sun Microsystems Is Blazing a Red-Hot Trail in Computers: $300-Million AT&T; Deal Moves Firm to Set Sights on IBM». Los Angeles Times. Retrieved July 21, 2022.
  46. ^ «About the GNU Project – Initial Announcement». Gnu.org. June 23, 2008. Archived from the original on March 5, 2009. Retrieved March 9, 2009.
  47. ^ Christopher Tozzi (August 23, 2016). «Open Source History: Why Did Linux Succeed?». Archived from the original on August 17, 2017. Retrieved August 17, 2017.
  48. ^ a b «MINIX is now available under the BSD license». minix1.woodhull.com. April 9, 2000. Archived from the original on March 4, 2016.
  49. ^ «Linus vs. Tanenbaum debate». Archived from the original on October 3, 2012. Retrieved February 19, 2014.
  50. ^ Linksvayer, Mike (1993). «The Choice of a GNU Generation – An Interview With Linus Torvalds». Meta magazine. Archived from the original on February 25, 2009. Retrieved January 20, 2009.
  51. ^ Moody, Glyn (August 1, 1997). «The Greatest OS That (N)ever Was». Wired. Retrieved July 20, 2022.
  52. ^ Torvalds, Linus. «What would you like to see most in minix?». Newsgroup: comp.os.minix. Usenet: 1991Aug25.205708.9541@klaava.Helsinki.FI. Retrieved September 9, 2006.
  53. ^ Linus Torvalds (October 14, 1992). «Chicken and egg: How was the first linux gcc binary created??». Newsgroup: comp.os.minix. Usenet: 1992Oct12.100843.26287@klaava.Helsinki.FI. Retrieved August 17, 2013.
  54. ^ Torvalds, Linus (January 5, 1992). «Release notes for Linux v0.12». Linux Kernel Archives. Archived from the original on August 19, 2007. Retrieved July 23, 2007. The Linux copyright will change: I’ve had a couple of requests to make it compatible with the GNU copyleft, removing the «you may not distribute it for money» condition. I agree. I propose that the copyright be changed so that it confirms to GNU ─ pending approval of the persons who have helped write code. I assume this is going to be no problem for anybody: If you have grievances («I wrote that code assuming the copyright would stay the same») mail me. Otherwise, The GNU copyleft takes effect since the first of February. If you do not know the gist of the GNU copyright ─ read it.
  55. ^ «Overview of the GNU System». Gnu.org. Archived from the original on February 28, 2009. Retrieved March 9, 2009.
  56. ^ a b Torvalds, Linus and Diamond, David, Just for Fun: The Story of an Accidental Revolutionary, 2001, ISBN 0-06-662072-4
  57. ^ Torvalds, Linus (March 1994). «Index of /pub/linux/kernel/SillySounds». Archived from the original on October 8, 2009. Retrieved August 3, 2009.
  58. ^ Garfinkel, Simson; Spafford, Gene; Schwartz, Alan (2003). Practical UNIX and Internet Security. O’Reilly. p. 21.
  59. ^ Santhanam, Anand; Vishal Kulkarni (March 1, 2002). «Linux system development on an embedded device». DeveloperWorks. IBM. Archived from the original on March 29, 2007. Retrieved July 26, 2007.
  60. ^ Galli, Peter (August 8, 2007). «Vista Aiding Linux Desktop, Strategist Says». eWEEK. Ziff Davis Enterprise Inc. Archived from the original on July 9, 2009. Retrieved November 19, 2007.
  61. ^ Paul, Ryan (September 3, 2007). «Linux market share set to surpass Win 98, OS X still ahead of Vista». Ars Technica. Ars Technica, LLC. Archived from the original on November 16, 2007. Retrieved November 19, 2007.
  62. ^ Beer, Stan (January 23, 2007). «Vista to play second fiddle to XP until 2009: Gartner». iTWire. iTWire. Archived from the original on December 3, 2008. Retrieved November 19, 2007.
  63. ^ «Operating System Marketshare for Year 2007». Market Share. Net Applications. November 19, 2007. Archived from the original on June 24, 2013. Retrieved November 19, 2007.
  64. ^ «Vista slowly continues its growth; Linux more aggressive than Mac OS during the summer». XiTiMonitor. AT Internet/XiTi.com. September 24, 2007. Archived from the original on December 14, 2007. Retrieved November 19, 2007.
  65. ^ «Global Web Stats». W3Counter. Awio Web Services LLC. November 10, 2007. Archived from the original on June 28, 2012. Retrieved November 19, 2007.
  66. ^ «June 2004 Zeitgeist». Google Press Center. Google Inc. August 12, 2004. Archived from the original on July 11, 2011. Retrieved November 19, 2007.
  67. ^ McMillan, Robert (October 10, 2003). «IBM, Brazilian government launch Linux effort». www.infoworld.com. IDG News Service. Archived from the original on March 15, 2015. Retrieved February 16, 2015.
  68. ^ «About Us — The Linux Foundation». Retrieved October 1, 2018.
  69. ^ «The Free Software Foundation Management». Archived from the original on November 11, 2011. Retrieved November 10, 2011.
  70. ^ «Free software is a matter of liberty, not price — Free Software Foundation — working together for free software». Fsf.org. Archived from the original on July 14, 2012. Retrieved July 12, 2012.
  71. ^ Email correspondence on the Linux Kernel development mailing list Linus Torvalds (November 30, 2001). «Re: Coding style, a non-issue». kernel.org.
  72. ^ Raymond, Eric S. (2001). O’Reilly, Tim (ed.). The Cathedral and the Bazaar: Musings on Linux and Open Source by an Accidental Revolutionary (Second ed.). O’Reilly & Associates. p. 16. ISBN 0-596-00108-8.
  73. ^ «You have to design it you cannot asymptotically reach Security.» Cantrill 2017
  74. ^ The Cantrill Strikes Back | BSD Now 117. Jupiter Broadcasting. November 26, 2015. Archived from the original on December 14, 2020. Retrieved September 7, 2021 – via YouTube.
  75. ^ «Why is Linux called a monolithic kernel?». stackoverflow.com. 2009. Archived from the original on October 17, 2013. Retrieved October 16, 2013.
  76. ^ a b «Anatomy of a Linux System» (PDF). O’Reilly. July 23–26, 2001. Retrieved October 10, 2018.
  77. ^ «Admin Guide README». git.kernel.org.
  78. ^ M. Tim Jones (May 31, 2006). «Inside the Linux boot process». IBM Developer Works. Archived from the original on October 17, 2013. Retrieved October 16, 2013.
  79. ^ Jake Edge (June 8, 2013). «The Wayland Situation: Facts About X vs. Wayland (Phoronix)». LWN.net. Archived from the original on October 22, 2013. Retrieved October 11, 2013.
  80. ^ Miller, Matthew (May 6, 2022). «Announcing Fedora 36». Retrieved October 28, 2022.
  81. ^ Diener, Derrik (December 6, 2016). «What Is Wayland and What Does It Means for Linux Users». www.maketecheasier.com/. Retrieved February 14, 2021.
  82. ^ «Linux TV: Television with Linux». linuxtv.org. Archived from the original on November 6, 2013. Retrieved October 16, 2013.
  83. ^ Jonathan Corbet (October 11, 2006). «The Video4Linux2 API: an introduction». LWN.net. Archived from the original on October 7, 2013. Retrieved October 16, 2013.
  84. ^ «Part I. Video for Linux Two API Specification». Chapter 7. Changes. linuxtv.org. Archived from the original on October 17, 2013. Retrieved October 16, 2013.
  85. ^ Operating System Market Share (November 2009). «Operating System Market Share». Archived from the original on January 25, 2010. Retrieved December 11, 2009.
  86. ^ «gnu.org». www.gnu.org. Retrieved May 12, 2020.
  87. ^ «POSIX.1 (FIPS 151-2) Certification». Archived from the original on February 26, 2012.
  88. ^ «How source code compatible is Debian with other Unix systems?». Debian FAQ. the Debian project. Archived from the original on October 16, 2011.
  89. ^ Eissfeldt, Heiko (August 1, 1996). «Certifying Linux». Linux Journal. Archived from the original on April 4, 2016.
  90. ^ «The Debian GNU/Linux FAQ – Compatibility issues». Archived from the original on October 10, 2011. Retrieved September 17, 2011.
  91. ^
  92. ^ «Get Fedora». getfedora.org. Retrieved February 24, 2020.
  93. ^ design, Cynthia Sanchez: front-end and UI, Zvezdana Marjanovic: graphic. «The makers’ choice for sysadmins, developers and desktop users». openSUSE. Retrieved February 24, 2020.
  94. ^ Linux Format. «Linux Format DVD contents». Archived from the original on August 8, 2008. Retrieved January 17, 2008.
  95. ^ linux-magazine.com. «Current Issue». Archived from the original on January 10, 2008. Retrieved January 17, 2008.
  96. ^ «State of Linux Kernel Development 2017». Linux Foundation. Retrieved November 14, 2021.
  97. ^ «State of Linux Kernel Development 2017». Linux Foundation. Retrieved November 14, 2021.
  98. ^ «gfortran — the GNU Fortran compiler, part of GCC». GNU GCC. Retrieved May 3, 2020.
  99. ^ Brockmeier, Joe. «A survey of Linux Web development tools». Archived from the original on October 19, 2006. Retrieved December 16, 2006.
  100. ^ Advani, Prakash (February 8, 2004). «If I could re-write Linux». freeos.com. Archived from the original on January 23, 2007. Retrieved January 23, 2007.
  101. ^ Das, Ankush (January 21, 2021). «Finally! Linux Runs Gracefully On Apple M1 Chip». It’s FOSS News. Retrieved November 13, 2021.
  102. ^ Jimenez, Jorge (October 8, 2021). «Developers finally get Linux running on an Apple M1-powered Mac». PC Gamer. Retrieved November 13, 2021.
  103. ^ Proven, Liam (November 10, 2022). «OpenPrinting keeps old printers working, even on Windows». The Register. Retrieved January 7, 2023.
  104. ^ Bruce Byfield (August 14, 2007). «Is my hardware Linux-compatible? Find out here». Linux.com. Archived from the original on September 5, 2015. Retrieved September 4, 2015.
  105. ^ «Linux Hardware». Linux Hardware Project. Retrieved June 26, 2020.
  106. ^ Wheeler, David A. «Why Open Source Software/Free Software (OSS/FS)? Look at the Numbers!». Archived from the original on April 5, 2006. Retrieved April 1, 2006.
  107. ^ «Linux Operating System Market Size, Share and Forecast [2020-2027]». www.fortunebusinessinsights.com. Retrieved November 12, 2021.
  108. ^ «The rise and rise of Linux». Computer Associates International. October 10, 2005. Archived from the original on February 17, 2007.
  109. ^ Jeffrey S. Smith. «Why customers are flocking to Linux». IBM. Archived from the original on June 3, 2008.
  110. ^ «W3Cook FAQ». W3Cook.com. Archived from the original on June 27, 2015. Retrieved June 30, 2015.
  111. ^ «OS Market Share and Usage Trends». W3Cook.com. Archived from the original on August 6, 2015. Retrieved June 30, 2015.
  112. ^ «Technologies Overview — methodology information». W3Techs.com. Retrieved June 30, 2015.
  113. ^ «Linux vs. Windows usage statistics, November 2021». w3techs.com. Retrieved November 14, 2021.
  114. ^ «Usage Statistics and Market Share of Unix for Websites, November 2021». w3techs.com. Retrieved November 14, 2021.
  115. ^ «─ IDC Q1 2007 report». Linux-watch.com. May 29, 2007. Archived from the original on January 17, 2010. Retrieved March 9, 2009.
  116. ^ «Mobile Operating System Market Share Worldwide». StatCounter Global Stats. Retrieved August 17, 2022.
  117. ^ Egham (March 3, 2014). «Gartner Says Worldwide Tablet Sales Grew 68 Percent in 2013, With Android Capturing 62 Percent of the Market». Archived from the original on April 17, 2014. Retrieved June 13, 2014.
  118. ^ «Mobile/Tablet Operating System Market Share». Netmarketshare.com. Archived from the original on June 28, 2021. Retrieved October 14, 2021.
  119. ^ Strauss, Daryll. «Linux Helps Bring Titanic to Life». Archived from the original on January 12, 2012. Retrieved July 28, 2011.
  120. ^ Rowe, Robin. «Linux and Star Trek». Archived from the original on July 12, 2011. Retrieved July 28, 2011.
  121. ^ «Industry of Change: Linux Storms Hollywood». Archived from the original on April 11, 2009. Retrieved March 11, 2009.
  122. ^ «Tux with Shades, Linux in Hollywood». Retrieved March 11, 2009.
  123. ^ «Weta Digital – Jobs». Archived from the original on December 30, 2010. Retrieved November 17, 2010.
  124. ^ «LinuxMovies.org – Advancing Linux Motion Picture Technology». Archived from the original on March 1, 2012. Retrieved March 16, 2012.
  125. ^ «LV: Minister: «Open standards improve efficiency and transparency»«. Archived from the original on August 9, 2011. Retrieved February 21, 2009.
  126. ^ «Linux Spreads its Wings in India». Archived from the original on July 28, 2011. Retrieved February 21, 2009.
  127. ^ «Kerala shuts windows, schools to use only Linux». March 4, 2008. Archived from the original on May 15, 2011. Retrieved June 22, 2009.
  128. ^ «China’s Microprocessor Dilemma». Microprocessor Report. Archived from the original on September 18, 2009. Retrieved April 15, 2009.
  129. ^ Krane, Jim (November 30, 2001). «Some countries are choosing Linux systems over Microsoft». Seattle Post-Intelligencer. Archived from the original on March 15, 2012. Retrieved February 21, 2009.
  130. ^ «North Korea’s ‘paranoid’ computer operating system revealed». The Guardian. December 27, 2015. Archived from the original on December 31, 2015. Retrieved December 31, 2015.
  131. ^ «GNU General Public License, version 2». GNU Project. June 2, 1991. Archived from the original on December 7, 2013. Retrieved December 5, 2013.
  132. ^ Torvalds, Linus (January 26, 2006). «Re: GPL V3 and Linux ─ Dead Copyright Holders». Linux Kernel Mailing List. Archived from the original on July 9, 2014.
  133. ^ Torvalds, Linus (September 25, 2006). «Re: GPLv3 Position Statement». Linux Kernel Mailing List. Archived from the original on April 22, 2014.
  134. ^ Brett Smith (July 29, 2013). «Neutralizing Laws That Prohibit Free Software — But Not Forbidding DRM». A Quick Guide to GPLv3. GNU Project. Archived from the original on December 1, 2013. Retrieved December 5, 2013.
  135. ^ «Keeping an Eye on the Penguin». Linux-watch.com. February 7, 2006. Archived from the original on January 3, 2013. Retrieved November 9, 2010.
  136. ^ a b c Wheeler, David A (July 29, 2002). «More Than a Gigabuck: Estimating GNU/Linux’s Size». Archived from the original on April 21, 2006. Retrieved May 11, 2006.
  137. ^ a b Johnston, Louis; Williamson, Samuel H. (2023). «What Was the U.S. GDP Then?». MeasuringWorth. Retrieved January 1, 2023. United States Gross Domestic Product deflator figures follow the Measuring Worth series.
  138. ^ Amor, Juan José; et al. (June 17, 2007). «Measuring Etch: the size of Debian 4.0». Archived from the original on July 28, 2014. Retrieved September 16, 2007.
  139. ^ «There Is a Linux Detergent Out There and It’s Trademarked». Linux.com. June 19, 2015. Archived from the original on June 24, 2015. Retrieved January 31, 2016.
  140. ^ «Linux Timeline». Linux Journal. May 31, 2006. Archived from the original on February 3, 2013.
  141. ^ Neil McAllister (September 5, 2005). «Linus gets tough on Linux trademark». InfoWorld. Archived from the original on April 12, 2008. Retrieved February 24, 2008.
  142. ^ «Linux Mark Institute». Archived from the original on February 13, 2008. Retrieved February 24, 2008. LMI has restructured its sublicensing program. Our new sublicense agreement is: Free – approved sublicense holders pay no fees; Perpetual – sublicense terminates only in breach of the agreement or when your organization ceases to use its mark; Worldwide – one sublicense covers your use of the mark anywhere in the world
  143. ^ Richard Stallman (April 28, 1996). «The FSF is no longer sponsoring Debian». tech-insider.org. Archived from the original on February 21, 2014. Retrieved February 8, 2014.
  144. ^ «TiVo ─ GNU/Linux Source Code». Archived from the original on May 19, 2007. Retrieved December 12, 2006.
  145. ^ «About Debian». debian.org. December 8, 2013. Archived from the original on January 23, 2014. Retrieved January 30, 2014.
  146. ^ Andrew D. Balsa; et al. (October 17, 2009). «The linux-kernel mailing list FAQ». vger.kernel.org. Archived from the original on October 1, 2012. Retrieved June 13, 2013. …we have tried to use the word «Linux» or the expression «Linux kernel» to designate the kernel, and GNU/Linux to designate the entire body of GNU/GPL’ed OS software,… …many people forget that the linux kernel mailing list is a forum for discussion of kernel-related matters, not GNU/Linux in general…
  147. ^ Côrte-Real, Pedro (May 31, 2011). «How much GNU is there in GNU/Linux?». Split Perspective. Archived from the original on February 7, 2014. Retrieved January 28, 2014. (self-published data)

External links[edit]

  • Linux at Curlie
  • Graphical map of Linux Internals
  • Linux kernel website and archives
  • The History of Linux in GIT Repository Format 1992–2010

Споры о том, как правильно именовать операционную систему, Linux или GNU Linux, не утихают с момента появления ядра и длятся вот уже три десятилетия. На стороне тех и других звучат весомые доводы, мы же попытаемся взглянуть на это со стороны.

В самом названии GNU Linux лежит немало противоречий, во многом связанных с самой идеей операционной системы GNU, заложенной Ричардом Столлманом. Ещё одно противоречие заключается в том, что именно считать операционной системой Linux. Давайте же разбираться Linux или GNU Linux.

Предыстория

Стоит начать с того, что предшествовало утилитам GNU и ядру Linux – c операционной системы UNIX. Она берёт своё начало в 1971 году и первые несколько лет разработка шла открыто, но к концу десятилетия произошёл раскол, появляются новые операционные системы на основе UNIX, а их код, равно как и код сопутствующих утилит становится объектом патентного права.

К счастью, в 80-х годах разработчики спохватились и представили общественности набор спецификаций (single UNIX specification), которым должны соответствовать UNIX-подобные системы. Позднее он получил название POSIX (к слову, название для него предложил сам Столлман). При условии соблюдения всех требований стандарта, можно было писать одну программу для нескольких операционных систем.

Тогда же, в 80-х, Ричард Столлман создаёт проект GNU, призванный предоставить свободную альтернативу не только программам, но и операционной системе UNIX в целом, в соответствии с требованиями POSIX. Под это дело он даже создаёт лицензионное соглашение GNU GPL, которое обязывало при использовании открытого кода оставлять открытыми и его производные (так называемый копилефт).

GNU GPL заслуживает отдельного внимания, так как сама идея того, что вы должны открыть код своей программы, основанной на открытом коде, может понравиться далеко не всем. Ведь заимствованного кода может быть меньшая часть. Строгие правила ослабили только в 1991 году с выходом лицензии Lesser GPL, позволяющей подключать свободные библиотеки к проприетарному ПО.

Столлман активно работал над созданием утилит GNU, а с 1990 года начал разработку Hurd – ядра свободной операционной системы. Но к 1991 году ядро так и не было закончено, зато финский студент Линус Торвальдс сделал прототип ядра, вдохновляясь микроядром Minix. К тому времени уже существовала сеть интернет и энтузиасты со всего мира стали развивать ядро совместными усилиями.

Торвальдс представил монолитное ядро, которое работало, но практически ничего не умело. У Столлмана было микроядро на основе Mach, также требующее доработок. Но всё же главное отличие было в идеологии. Не многие соглашались с тем, что программное обеспечение должно быть полностью свободным. К тому же без этого поддержка устройств была бы сильно ограничена.

Список утилит и приложений обширен. Мы перечислим лишь малую часть, достаточную для понимания масштабов GNU Project.

  • Bash – оболочка терминала, отвечающая за обработку команд.
  • Базовые утилиты – работа с файлами (копирование, перемещение, создание папок и т.д.), работа с текстом (форматирование, разделение и объединение, вывод определённых строк и т.д.), работа с командной оболочкой (переход к каталогу, вывод даты и т.д.).
  • GCC, GDB – компилятор и отладчик языка C.
  • Glibc – библиотеки языков C и C++, необходимые для работы большого количества приложений Linux.
  • GRUB – первичный загрузчик системы.
  • Tar, Gzip – архиваторы.
  • GIMP – графический редактор.
  • GTK+, GNOME – библиотеки элементов интерфейса и оболочка рабочего стола.

Как видите, многие утилиты необходимы для работы системы, а некоторые приложения можно встретить практически в любом дистрибутиве, вроде того же GIMP.

Как правильно: Linux или GNU Linux

Если брать в расчёт то, что утилиты GNU используются в каждом настольном дистрибутиве, то было бы уместно упомянуть об этом. С другой же стороны, мы привыкли называть Linux не только ядро, а операционную систему в целом. Она же в свою очередь за редким исключением не соответствует требованиям GNU. И даже в самом ядре можно найти закрытый код – драйверы некоторых устройств. Например, мы можем без зазрения совести назвать дистрибутив PureOS как GNU Linux. В его состав входит только свободное программное обеспечение.

А вот Android, основанный на ядре Linux, практически не использует утилиты GNU, поэтому в привычном понимании он едва ли может считаться операционной системой Linux. Аналогичная ситуация с многочисленными прошивками сетевых устройств и интернета вещей, где урезанное ядро Linux соседствует всего с несколькими утилитами.

FrNJLTyf6kYyCHVrDSnAAAAAElFTkSuQmCC

Вот мы и получили два противоречия. С одной стороны под операционной системой Linux подразумевается ядро Linux и утилиты GNU, а с другой – строгие требования не позволяют назвать Linux в целом операционной системой GNU.

Выводы

Утилиты GNU составляют приличную часть дистрибутива и по количеству кода превосходят ядро Linux. Но сама идея GNU, даже в том случае, если бы выбрали ядро Hurd, оказалась бы нежизнеспособной. Нельзя заставить разработчиков открыть код, ради того, чтобы их программа попала в состав операционной системы GNU.

Использовать определение GNU Linux можно когда идёт речь о свободной операционной системе или же надо подчеркнуть то, что имеется ввиду именно настольная/серверная операционная система, а не только ядро Linux.

Creative Commons License

Статья распространяется под лицензией Creative Commons ShareAlike 4.0 при копировании материала ссылка на источник обязательна .

Linux произносится как L-EYE-NIX, поскольку, как и мы, существует только один N. Таким образом, буква I произносится как ДЛИННАЯ гласная EE. Линус говорит LEE-NOOKS.

Как пишется Ubuntu?

Педанты будут (совершенно справедливо), что есть один правильный способ произнести Ubuntu, и это «oo-boon-too».

Как вы произносите Торвальдс?

Как произносится Линус Торвальдс: Произношение Линуса Торвальдса. В упомянутом ниже интервью YouTube Линус говорит, что по-английски он произносит свое имя «LY-nus».

Как произносится гортань?

существительное, множественное число la · ryn · ges [luh-rin-jeez], лар · ynx · es. Анатомия. мышечная и хрящевая структура, выстланная слизистой оболочкой в ​​верхней части трахеи у людей, в которой расположены голосовые связки.

Для чего используется Linux?

Linux долгое время был основой коммерческих сетевых устройств, но теперь он является основой корпоративной инфраструктуры. Linux — это проверенная временем операционная система с открытым исходным кодом, выпущенная в 1991 году для компьютеров, но ее использование расширилось, чтобы поддержать системы для автомобилей, телефонов, веб-серверов и, в последнее время, сетевого оборудования.

Что такое компьютер с Linux?

Linux — это Unix-подобная операционная система с открытым исходным кодом, разработанная сообществом для компьютеров, серверов, мэйнфреймов, мобильных устройств и встроенных устройств. Он поддерживается практически на всех основных компьютерных платформах, включая x86, ARM и SPARC, что делает его одной из наиболее широко поддерживаемых операционных систем.

Что означает Ubuntu?

Убунту (зулусское произношение: [ùɓúntʼù]) — это термин нгуни банту, означающий «человечность».

Для чего используется Ubuntu?

Ubuntu включает тысячи программных продуктов, начиная с версии ядра Linux 5.4 и GNOME 3.28 и охватывая все стандартные настольные приложения от текстовых редакторов и приложений для работы с электронными таблицами до приложений для доступа в Интернет, программного обеспечения веб-сервера, программного обеспечения электронной почты, языков программирования и инструментов, а также…

Какая версия Ubuntu является бионической?

Текущий

Версия Кодовое имя Документы
Ubuntu LTS 18.04 Бионический бобр Примечания к выпуску
Ubuntu LTS 16.04.7 Xenial Xerus изменения
Ubuntu LTS 16.04.6 Xenial Xerus изменения
Ubuntu LTS 16.04.5 Xenial Xerus изменения

Как произносится глотка?

существительное, множественное число pha · ryn · ges [fuh-rin-jeez], phar · ynx · es.

Как еще называют гортань?

Гортань, обычно называемая голосовым ящиком или голосовой щелью, представляет собой проход для воздуха между глоткой вверху и трахеей внизу.

Что означает слово гортань?

Область горла, содержащая голосовые связки и используемая для дыхания, глотания и разговора. Также называется голосовым ящиком.

Эта статья об операционной системе, об одноимённом ядре ОС см.: Linux (ядро).
символы Linux и GNU
GNU/Linux
Рабочий стол KDE
Рабочий стол Разработчик

Многочисленные разработчики по всему миру

Семейство ОС

Unix-подобные

Исходный код

Открытый

Тип ядра

Модульное ядро

Лицензия

В основном GNU GPL

Состояние

Актуальное

Linux (полное название GNU/Linux, произносится «гну слэш ли́нукс», также в некоторых языках «GNU+Linux», «GNU-Linux» и др.) — общее название UNIX-подобных операционных систем на основе одноимённого ядра и собранных для него библиотек и системных программ, разработанных в рамках проекта GNU C Library (glibc).

GNU/Linux работает на PC-совместимых системах семейства Intel x86, а также на AMD64, ARM и многих других.

К операционной системе GNU/Linux также часто относят программы, дополняющие эту операционную систему, и прикладные программы, делающие её полноценной многофункциональной операционной средой.

В отличие от большинства других операционных систем, GNU/Linux не имеет единой «официальной» комплектации. Вместо этого GNU/Linux поставляется в большом количестве так называемых дистрибутивов, в которых программы Linux и другими программами. Наиболее известными дистрибутивами GNU/Linux являются Debian GNU/Linux, Red Hat, Mandriva, Gentoo, Ubuntu. Из дистрибутивов российских разработчиков наиболее известны ALT Linux и

Содержание

  • 1 Название
  • 2 Разработка
  • 3 Дистрибутивы GNU/Linux
  • 4 Критика
    • 4.1 Приспособленность к роли настольной ОС
    • 4.2 Критика со стороны Microsoft
  • 5 Примечания
  • 6 См. также
  • 7 Ссылки
  • 8 Литература

Название

Операционные системы на основе GNU и Linux называют «Linux» или «GNU/Linux». Первый вариант гораздо более популярен, и чаще используется сторонниками термина «open source»[1], второй — сторонниками «free software».

Хотя в английском второй вариант пишется и звучит, как «GNU/Linux» («гну слэш ли́нукс»), это не всегда удобно в других языках. Поэтому, если можно показать равноправность Linux лучшим способом — например, GNU+Linux (гну плюс линукс), GNU-Linux (во французском), или GNU con Linux (в испанском), лучше использовать его, чем «GNU Linux» («гну ли́нукс»), подразумевающее, что ядро «Linux» было разработано или принадлежит проекту GNU.[2] Аналогичным образом построены названия «TCP/IP» и «Ogg/Vorbis».

Разработка

В отличие от Microsoft Windows (Windows NT), Mac OS (Mac OS X) и коммерческих UNIX-подобных систем, GNU/Linux не имеет географического центра разработки. Нет и организации, которая владела бы этой системой; нет даже единого координационного центра. Программы для GNU/Linux — результат работы тысяч проектов. Некоторые из этих проектов централизованы, некоторые сосредоточены в фирмах, но большинство объединяют программистов со всего света, которые знакомы только по переписке. Создать свой проект или присоединиться к уже существующему может любой и, в случае успеха, результаты работы станут известны миллионам пользователей. Пользователи принимают участие в тестировании свободных программ, общаются с разработчиками напрямую, что позволяет быстро находить и исправлять ошибки и реализовывать новые возможности.

История развития UNIX-систем. GNU/Linux является UNIX-совместимой, однако основывается на собственном исходном коде

Именно такая гибкая и динамичная система разработки, невозможная для проектов с закрытым кодом, определяет исключительную экономическую эффективность GNU/Linux. Низкая стоимость свободных разработок, отлаженные механизмы тестирования и распространения, привлечение людей из разных стран, обладающих разным видением проблем, защита кода лицензией GPL — всё это стало причиной успеха свободных программ.[3]

Конечно, такая высокая эффективность разработки не могла не заинтересовать крупные фирмы, которые стали открывать свои проекты. Так появились Mozilla (Netscape, OpenOffice.org (Sun), свободный клон Interbase (Firebird, SAP DB (IBM способствовала переносу GNU/Linux на свои мейнфреймы.

С другой стороны, открытый код значительно снижает себестоимость разработки закрытых систем для GNU/Linux и позволяет снизить цену решения для пользователя. Вот почему GNU/Linux стала платформой, часто рекомендуемой для таких продуктов, как СУБД Oracle, DB2,

Сообщество GNU/Linux поддерживает связь посредством групп пользователей Linux.

Дистрибутивы GNU/Linux

Развитие дистрибутивов GNU/Linux

Большинство пользователей для установки GNU/Linux используют дистрибутивы. Дистрибутив — это не просто набор программ, а ряд решений для разных задач пользователей, объединённых едиными системами установки, управления и обновления пакетов, настройки и поддержки.

Самые распространённые в мире дистрибутивы[4]:

  • Debian GNU/Linux — не имеющий национальной принадлежности международный дистрибутив (а также его ответвления, включая сверх-популярные Ubuntu, Xubuntu).
  • американский Red Hat и его наследник Mandriva, бывшие Mandrake и Conectiva.
  • немецкий Novell.
  • Каждый из них имеет свою концепцию, свой набор пакетов, свои достоинства и недостатки. Ни один не может удовлетворить всех пользователей, а потому рядом с лидерами благополучно существуют другие фирмы и объединения программистов, предлагающие свои решения, свои дистрибутивы, свои услуги. Существует множество Knoppix. LiveCD позволяет запускать GNU/Linux непосредственно с компакт-диска, без установки на жёсткий диск.

    Для желающих досконально разобраться с GNU/Linux подойдёт любой из дистрибутивов, однако довольно часто для этой цели используются так называемые source-based дистрибутивы, то есть предполагающие самостоятельную сборку всех (или части) компонентов из исходных кодов, такие как LFS, ArchLinux или CRUX.

    Критика

    Приспособленность к роли настольной ОС

    Linux ранее критиковалась за неудобство использования в настольных компьютерах, в частности, из-за ощутимой нехватки полноценных версий популярных программ (особенно офисных пакетов) и проблем с поддержкой оборудования[5], что представляло серьёзную проблему для пользователей ноутбуков, так как они обычно используют множество проприетарных комплектующих. Также проблемой является сложность изучения в Linux того, что выходит за рамки повседневного использования, и трудности в настройке оборудования. Более того, Linux обвиняют в «неидеальности» для многих опытных пользователей.[6][7][8]

    Новые дистрибутивы Linux целенаправленно сконцентрировались на этом вопросе и значительно улучшили положение Linux среди настольных ОС:

    Linux быстро приобрёл популярность среди малого бизнеса и домашних пользователей. В этом огромная заслуга Gutsy Gibbon (кодовое название Ubuntu 7.10 фирмы Linspire, Mint, OpenSUSE и Kubuntu, Xubuntu) сгладил большинство острых углов Linux и отшлифовал для применения в настольных системах. Без сомнения, Gutsy Gibbon — самый стабильный, полный и дружелюбный дистрибутив Linux на сегодня. Установить и настроить его теперь проще, чем Windows.

    — The Economist, декабрь 2007

    Критика со стороны Microsoft

    Microsoft развернула обширную критику Linux в своей кампании «Get the Facts».[9] В частности, Microsoft утверждает, что:

    • Уязвимостей в Windows меньше, чем в дистрибутивах Linux.[10]
    • Windows более надёжная и защищённая, чем Linux.[11][12]
    • Совокупная стоимость владения Linux выше — из-за сложности, затрат на обучение и техподдержку.[13]
    • Использование Linux накладывает на бизнес бремя ответственности и что «производители Linux если и предлагают, то лишь незначительные компенсации возможных убытков».[14] (Но при этом, во всех версиях лицензий для Windows сама Microsoft снимает с себя ответственность за возможные убытки.)

    Корпорация опубликовала различные исследования-кейсы в подтверждение этого. Однако их достоверность ставится под сомнение различными авторами, заявляющими о фальсификации этих сравнений со стороны Microsoft.[15][16]

    Примечания

    1. Jargon File, статья «Linux».
    2. Richard Stallman. Why do you write «GNU/Linux» instead of «GNU Linux»? (англ.). GNU/Linux FAQ. GNU Project (2001—2007). Проверено 30 сентября 2007.
    3. http://ftp.altlinux.ru/pub/distributions/ALTLinux/Compact/2.3/docs/ch01.html
    4. Distrowatch
    5. Andy McCue. Gartner sounds desktop Linux warning. ZDNet (9 сентября 2005). Проверено 15 апреля 2007.
    6. Sharon Machlis. Living (and dying) with Linux in the workplace — A brief foray into Linux for the enterprise. Computerworld-Australia (22 марта 2007). Проверено 15 апреля 2007.
    7. Ron Miller. Linux criticism revs up — backlash against success. Linux Planet (20 мая 2004). Проверено 8 апреля 2007.
    8. Alexander Wolfe. Green Hills calls Linux «insecure» for defense. EE Times (9 апреля 2004). Проверено 18 апреля 2007.
    9. Get the Facts Home. Проверено 14 апреля 2007.
    10. Get the Facts on Linux and Windows: Security. Проверено 14 апреля 2007.
    11. Get the Facts on Linux and Windows: Reliability. Проверено 14 апреля 2007.
    12. Windows v Linux security: the real facts. The Register (22 октября 2004).
    13. Get the Facts on Linux and Windows: Total Cost of Ownership. Проверено 14 апреля 2007.
    14. Get the Facts on Linux and Windows: Intellectual Property Indemnification. Проверено 14 апреля 2007.
    15. Joe Barr. The facts behind the «Get the Facts» ad campaign. Newsforge (24 июня 2005). Проверено 14 апреля 2007.
    16. Nicholas Petreley. Security Report: Windows vs Linux (22 октября 2004). Проверено 12 мая 2007.

    См. также

    • Программы UNIX-подобных операционных систем
    • Linux Professional Institute
    • История Linux
    • Linux User Group
    • Сравнение Microsoft Windows и GNU/Linux
    • Процесс загрузки Linux
    Периодика
    • Журнал Linux Format

    Ссылки

    Русскоязычные ресурсы
    • Новости Linux- и Unix-систем, Open Source. Проект об ОС UNIX, GNU/Linux и ПО с открытым кодом Nixp.ru
    • http://linux.opennet.ru/
    • Новости, статьи, библиотека, FTP-сервер с популярными дистрибутивами Линуксцентр
    • IBM developerWorks. Раздел по Linux. Статьи, обзоры, учебные пособия
    Англоязычные ресурсы
    • Иерархия взаимоотношений дистрибутивов GNU/Linux
    • Linux Tutorial: C++ Software Development
    Статьи
    • В. А. Костромин. История Linux в России

    Литература

    • Эви Немет, Гарт Снайдер, Трент Хейн. Руководство администратора Linux. Установка и настройка = Linux Administration Handbook. — 2-е изд. — М.: Вильямс, 2007. — 1072 с. — ISBN 0-13-148004-9
    • Кристофер Негус. Linux. Библия пользователя = Linux Bible. 2005 Edition. — М.: Диалектика, 2006. — 704 с. — ISBN 0-7645-7949-5
    • Скотт Граннеман. Linux. карманный справочник.Необходимые коды и команды. = Williams Publishing 2008. — М.: Вильямс, 2008. — 211 с. — ISBN 978-5-8459-1118-6 (рус)

    Дистрибутивы Linux

    Популярные Desktop Mandriva | Ubuntu | Mint | Tux
    Популярные Server CentOS | RHEL | SLES
    Популярные Arch | LFS | Популярные миниатюрные DSL | Puppy
    Пакетная база DSL | Elive | gOS | Kanotix | Linspire | MEPIS | Progeny | Ubuntu | Пакетная база Ubuntu ВС Школьный Линукс | Mint | Edubuntu | nUbuntu | Ubuntu Studio | Runtu | Guadalinex
    Пакетная база Red Flag | Russian Fedora | Yellow Dog | Linux XP
    Пакетная база Red Hat Scientific | Unbreakable | МСВС
    Пакетная база Slamd64 | BackTrack | MOPSLinux | Vector | DeLi
    Пакетная база Mandriva Novell Linux Desktop | Остальные ALT | Ark | cAos | CRUX | GoboLinux | Sabayon | Source Mage | Mobilinux | Angstrom | RTK | Zeroshell

    сравнение | полный список

    UNIX-подобные операционные системы

    A/UX • Dynix • Linux Mac OS X • Plan 9 • Plan B • SCO OpenServer • Solaris • System V • Tru64 • BSD/OS • другие…

    Свободное и открытое программное обеспечение

    Главное Список открытого и свободного ПО · Что такое свободное ПО? · Common UNIX Printing System · GNU Project · X Window System
    История Linux · Mozilla (Application Suite · Firefox · Thunderbird)
    Операционные
    системы
    · (GNU/)Linux (ядро) · Разработка
    GCC · LLVM · Менеджеры
    окон XWS
    EDE · Étoilé · ROX · Window Maker · Организации
    Фонд свободного ПО (европейский, индийский, латиноамериканский) · Linux Foundation · Mozilla Foundation · Open Source Initiative
    Лицензии Apache · BSD · GPL · LGPL · MIT · MPL · Либеральные лицензии · Разнообразие лицензий
    Проблемы Безопасность открытого ПО · Блоб · Конфликт SCO-Linux · Патенты и свободное ПО · Собственническое ПО· Технические средства защиты авторских прав ·Тивоизация · Trusted Computing
    Другое · Сообщество · Движение · Свободное и открытое ПО · Revolution OS
    Портал:Свободное программное обеспечение

    Операционная система

    Ядро

    Микроядро • Монолитное ядро • Гибридное ядро • Пространство ядра (kernel space) • Модульное ядро • Наноядро • Драйвер • Пространство пользователя • Область пользователя • Экзоядро

    Управление
    процессом

    Процесс • Мультипрограммирование • Прерывание • Защищённый режим (кольца защиты) • Режим супервизора • Многозадачность • Многопоточность • Управление процессом • Планировщик задач • Переключение контекста • Кооперативная многозадачность • Вытесняющая многозадачность • Режимы работы процессора

    Управление
    памятью

    Защита памяти • Сегментация памяти • Страничная память (Paging) • Блок управления памятью • Ошибка сегментации • Общая ошибка защиты

    Примеры

    Microsoft Windows • GNU/Linux Mac OS • Прочее

    Загрузчик ОС • API • VFS • Компьютерная сеть • GUI • История операционных систем • Слой аппаратных абстракций HAL

    Операционная система Linux

    Общее Adoption · Сравнение Microsoft Windows и GNU/Linux · GNU Project · Ядро Linux · История · Linux Foundation · (portability) · Закон Линуса · Спор об именовании GNU/Linux · Символы Linux и логотип GNU
    Распространение Дистрибутивы (сравнение) · Live CD (сравнение) · Live USB · Mini Linux · Форматы пакетов программ
    Приложения ALSA · Desktop · Devices · Embedded · Gaming · Thin client
    Люди Джоно Бэкон · Алан Кокс · Бенджамин Мако Хилл · Памела Джонс · Ари Лемке · Эндрю Мортон · Ян Мердок · Ганс Рейзер · Скотт Джеймс Ремнант · Дэниел Роббинс · Марк Шаттлворт · Ричард Мэттью Столлман · Линус Торвальдс · Теодор Тсо · Патрик Фолькердинг · Уоррен Вудфорд · Матт Циммерман
    СМИ Enterprise open source journal · Free Software Magazine · Linux.com · Linux Format · Linux Gazette · Linux Journal · Linux-Magazin · Linux Magazine · Linux Medical News · LWN.net · O3 Magazine · Phoronix
    Списки Устройства · Список дистрибутивов Linux · LiveCD/LiveDVD
    Мобильность Access Linux Platform · LiMo Platform · Moblin project · Ubuntu Mobile and Embedded Edition · Linux Phone Standards Forum
    Другие темы Группа пользователей Linux · Linux Standard Base · Revolution OS · SCO and Linux · Спор Таненбаума — Торвальдса · Вредоносные программы для Unix-подобных систем

Wikimedia Foundation.
2010.

Содержание

  1. Как правильно: Linux или GNU Linux
  2. Предыстория
  3. Что входит в GNU
  4. Как правильно: Linux или GNU Linux
  5. Выводы
  6. Linux
  7. Кратчайшая история создания Linux
  8. Про логотип
  9. Где нужен Linux?
  10. Читайте также: Главные профессии в IT и что для них нужно.
  11. Какие компоненты у дистрибутива Linux?
  12. Микроядро (microkernel)
  13. Монолитное ядро (monolithic)
  14. Гибридное ядро (hybrid)
  15. Системные утилиты
  16. Системные библиотеки
  17. Утилиты разработки ПО
  18. Пользовательские программы
  19. Плюсы Linux
  20. Минусы Linux
  21. Поддержка и помощь
  22. Чем Linux отличается от UNIX, и что такое UNIX-подобная ОС?
  23. Линукс — это Юникс?
  24. Часть 1
  25. Часть 2 — история Линукса
  26. Обзор Линукс (Linux) — просто о сложном
  27. 1. Что такое Линукс простыми словами
  28. 2. История появления Linux
  29. 3. Особенности Linux
  30. 4. Дистрибутивы Linux — что это и какие они бывают
  31. 5. Интерфейсы Linux
  32. 6. Репозиторий Linux

Как правильно: Linux или GNU Linux

Споры о том, как правильно именовать операционную систему, Linux или GNU Linux, не утихают с момента появления ядра и длятся вот уже три десятилетия. На стороне тех и других звучат весомые доводы, мы же попытаемся взглянуть на это со стороны.

В самом названии GNU Linux лежит немало противоречий, во многом связанных с самой идеей операционной системы GNU, заложенной Ричардом Столлманом. Ещё одно противоречие заключается в том, что именно считать операционной системой Linux. Давайте же разбираться Linux или GNU Linux.

Предыстория

Стоит начать с того, что предшествовало утилитам GNU и ядру Linux – c операционной системы UNIX. Она берёт своё начало в 1971 году и первые несколько лет разработка шла открыто, но к концу десятилетия произошёл раскол, появляются новые операционные системы на основе UNIX, а их код, равно как и код сопутствующих утилит становится объектом патентного права.

К счастью, в 80-х годах разработчики спохватились и представили общественности набор спецификаций (single UNIX specification), которым должны соответствовать UNIX-подобные системы. Позднее он получил название POSIX (к слову, название для него предложил сам Столлман). При условии соблюдения всех требований стандарта, можно было писать одну программу для нескольких операционных систем.

Тогда же, в 80-х, Ричард Столлман создаёт проект GNU, призванный предоставить свободную альтернативу не только программам, но и операционной системе UNIX в целом, в соответствии с требованиями POSIX. Под это дело он даже создаёт лицензионное соглашение GNU GPL, которое обязывало при использовании открытого кода оставлять открытыми и его производные (так называемый копилефт).

GNU GPL заслуживает отдельного внимания, так как сама идея того, что вы должны открыть код своей программы, основанной на открытом коде, может понравиться далеко не всем. Ведь заимствованного кода может быть меньшая часть. Строгие правила ослабили только в 1991 году с выходом лицензии Lesser GPL, позволяющей подключать свободные библиотеки к проприетарному ПО.

Столлман активно работал над созданием утилит GNU, а с 1990 года начал разработку Hurd – ядра свободной операционной системы. Но к 1991 году ядро так и не было закончено, зато финский студент Линус Торвальдс сделал прототип ядра, вдохновляясь микроядром Minix. К тому времени уже существовала сеть интернет и энтузиасты со всего мира стали развивать ядро совместными усилиями.

Торвальдс представил монолитное ядро, которое работало, но практически ничего не умело. У Столлмана было микроядро на основе Mach, также требующее доработок. Но всё же главное отличие было в идеологии. Не многие соглашались с тем, что программное обеспечение должно быть полностью свободным. К тому же без этого поддержка устройств была бы сильно ограничена.

Что входит в GNU

Список утилит и приложений обширен. Мы перечислим лишь малую часть, достаточную для понимания масштабов GNU Project.

Как видите, многие утилиты необходимы для работы системы, а некоторые приложения можно встретить практически в любом дистрибутиве, вроде того же GIMP.

Как правильно: Linux или GNU Linux

Если брать в расчёт то, что утилиты GNU используются в каждом настольном дистрибутиве, то было бы уместно упомянуть об этом. С другой же стороны, мы привыкли называть Linux не только ядро, а операционную систему в целом. Она же в свою очередь за редким исключением не соответствует требованиям GNU. И даже в самом ядре можно найти закрытый код – драйверы некоторых устройств. Например, мы можем без зазрения совести назвать дистрибутив PureOS как GNU Linux. В его состав входит только свободное программное обеспечение.

А вот Android, основанный на ядре Linux, практически не использует утилиты GNU, поэтому в привычном понимании он едва ли может считаться операционной системой Linux. Аналогичная ситуация с многочисленными прошивками сетевых устройств и интернета вещей, где урезанное ядро Linux соседствует всего с несколькими утилитами.

linux ili gnu linux 1

Вот мы и получили два противоречия. С одной стороны под операционной системой Linux подразумевается ядро Linux и утилиты GNU, а с другой – строгие требования не позволяют назвать Linux в целом операционной системой GNU.

Выводы

Утилиты GNU составляют приличную часть дистрибутива и по количеству кода превосходят ядро Linux. Но сама идея GNU, даже в том случае, если бы выбрали ядро Hurd, оказалась бы нежизнеспособной. Нельзя заставить разработчиков открыть код, ради того, чтобы их программа попала в состав операционной системы GNU.

Использовать определение GNU Linux можно когда идёт речь о свободной операционной системе или же надо подчеркнуть то, что имеется ввиду именно настольная/серверная операционная система, а не только ядро Linux.

Источник

Linux

Linux — это семейство операционных систем (ОС), работающих на основе одноименного ядра. Нет одной операционной системы Linux, как, например, Windows или MacOS. Есть множество дистрибутивов (набор файлов, необходимых для установки ПО), выполняющих конкретные задачи.

Кратчайшая история создания Linux

Линус Торвальдс — первый разработчик и создатель Linux. Именно в честь него и была названа ОС. В 1981 году Линус начал работу над собственной ОС семейства Unix. Через три года появилась первая версия, доступная для скачивания. Но тогда она имела очень низкий спрос — ей пользовались буквально несколько человек.

Только через 10 лет ОС Linux получила широкое распространение. Сообщество программистов подхватило идею свободного ПО, специалисты стали помогать развивать проект.

Про логотип

Логотип и талисман Linux — пингвин Tux с желтыми лапами и клювом. В 1996 году разработчики ядра Linux решили выбрать талисман. Торвальдс обмолвился о том, что ему очень нравятся пингвины. Поэтому на логотипе ОС изображен пингвин.

image4 1

Где нужен Linux?

Дистрибутивы Linux практически полностью захватили рынок веб-серверов. Согласно рейтингу аналитического агентства W3Techs, на Linux-серверах развернуты 75,1% сайтов.

ОС Android работает на ядре Linux, поэтому она используется и в мобильных устройствах.

Это специализированные вычислительные машины, превосходящие по своим техническим параметрам и скорости вычислений многие обычные компьютеры.

Они уникальны, для многих из них требуется особая ОС, способная решать конкретные задачи. Благодаря открытому исходному коду разработчики могут видоизменять ОС так, чтобы она работала и на таких машинах.

Linux занял свою нишу и в игровых консолях, но ориентированных на эту ОС игр пока не так много. Компания Steam работает над исправлением ситуации — разрабатывает операционную систему SteamOS. Она будет поставляться вместе с игровой консолью Steam Machine.

Устройства IoT и умная техника

Многие из них созданы на основе Linux. Так, компания Samsung разработала операционную систему Tize, LG — WebOS, а Panasonic и Philips используют FirefoxOS.

Авиация и транспорт

Во встроенных компьютерах Tesla и машинах с автопилотами Google используется операционная система Linux. ПО для отслеживания трафика в США аналогично разработано на этой ОС, а администрация авиации Америки перешла на нее еще в 2006 году.

Читайте также: Главные профессии в IT и что для них нужно.

Какие компоненты у дистрибутива Linux?

Начинающий программист должен знать структуру Linux, чтобы понимать, как она устроена и каким образом функционирует.

На компьютере могут быть запущены сразу несколько программ. Первые работают в фоновом режиме, вторые ожидают определенных действий от пользователя, третьи получают информацию из других запущенных программ. Именно ядро распределяет ресурсы компьютера между всеми программами и организует параллельную работу множества разных процессов.

Какие есть виды ядер? Всего выделяют 3 типа: микроядра, монолитные и гибридные.

Микроядро (microkernel)

Состоит из нескольких независимых модулей, которые подгружаются в память по мере надобности.

теоретически высокая степень надежности (по сравнению с другими архитектурами);

низкое потребление памяти;

легкое подключение дополнительных частей ядра (модульность).

низкая скорость из-за постоянного переключения между отдельными частями;

доступность аппаратных средств только через драйверы.

Монолитное ядро (monolithic)

Противоположность микроядра. В памяти ПК всегда размещен весь (либо практически весь) код ядра. Поэтому скорость его работы выше в сравнении с микроядром.

прямой доступ к аппаратным средствам;

простой обмен данными между процессами;

более высокая скорость реакции процессов.

меньшая степень безопасности (по сравнению с микроядром);

занимает много оперативной памяти.

Гибридное ядро (hybrid)

Комбинация элементов двух ранее описанных архитектур. Для ускорения работы запускает модули операционной системы в пространстве ядра.

возможность выбора того, что будет функционировать в пространстве ядра и пользователя;

меньший физический размер (в сравнении монолитным ядром);

большая степень гибкости.

более медленная работа;

выпуск драйверов устройств только производителями.

Станьте универсальным специалистом по администрированию Linux с нуля и разверните собственный кластер. Дополнительная скидка 5% по промокоду BLOG.

Ядро Linux — монолитное, при этом оно заимствует некоторые идеи из микроядерной архитектуры. Это означает, что вся ОС функционирует в пространстве ядра, а драйвера устройств могут легко загружаться (или выгружаться) непосредственно при работе операционной системы.

image1 1

Железо — аппаратное обеспечение ПК с его периферийными устройствами.

Ядро — основной компонент ОС, взаимодействует с аппаратным обеспечением, выступает посредником между низкоуровневым железом и компонентами верхнего уровня.

Оболочка — интерфейс для взаимодействия между ядром ОС и пользователями, абстрагирует внутреннее устройство системы, получает команды от пользователей, запускает необходимые функции.

Утилиты — служебные программы, дающие пользователю большую часть функциональных возможностей System OS Linux. Виды утилит: sed, cat, date, vi и прочие.

Компиляторы — технические средства, преобразующие программный код в машинный.

Системные утилиты

Утилиты — вспомогательные компьютерные программы в составе общего ПО. Они нужны для выполнения типовых задач, связанных с работой оборудования и ОС. У Linux есть набор простых утилит. Они позволяют, например, редактировать данные, изменять расположение файлов.

Системные библиотеки

Системные библиотеки — это специальные программы, дающие доступ к функциям ядра. Для выполнения какой-либо задачи ядро вначале получает системный вызов, исходящий от приложений. Но у каждого ядра свой набор системных вызовов, и они должны понимать формат выполнения задачи. Поэтому программисты разработали стандартную библиотеку процедур, описывающую набор системных вызовов для конкретной ОС.

Утилиты разработки ПО

При помощи трех вышеперечисленных компонентов операционная система сможет запускаться и функционировать. Но для обновления и создания новых программ нужно иметь дополнительные библиотеки и инструменты — toolchain. Этот набор программ, инструментов и утилит поможет создавать рабочее приложение из исходных кодов.

Пользовательские программы

Они не считаются обязательными компонентами ОС. Нередко их пишут сами пользователи. Программы помогают задать конкретную работу. К таким утилитам относятся браузеры, офисные пакеты, инструменты графического дизайна, плееры и пр.

Плюсы Linux

Минусы Linux

image3 1

image2 1

Поддержка и помощь

Существуют разные онлайн-форумы и чат-каналы, которые можно использовать для получения помощи. Эти каналы варьируются в зависимости от дистрибутива, который используется.

Станьте универсальным специалистом по администрированию Linux с нуля и разверните собственный кластер. Дополнительная скидка 5% по промокоду BLOG.

Источник

Чем Linux отличается от UNIX, и что такое UNIX-подобная ОС?

UNIX (не стоит путать с определением «UNIX-подобная операционная система») — семейство операционных систем (Mac OS X, GNU/Linux).
Первая система была разработана в 1969 в Bell Laboratories, бывшей американской корпорации.

UNIX-подобная ОС

UNIX-подобная ОС (иногда используют сокращение *nix) — система, образованная под влиянием UNIX.

Слово UNIX используется как знак соответствия и как торговая марка.

Консорциум The Open Group обладает торговой маркой «UNIX», но наиболее известен как сертифицирующий орган для торговой марки UNIX. Недавно на The Open Group был пролит свет в связи с публикацией спецификации «Single UNIX Specification», стандартов которым должна удовлетворять ОС чтобы гордо называться Unix.

Вот здесь вы можете взглянуть на генеалогическое древо UNIX-подобных операционных систем.

Linux

image loader
Linux — общее название UNIX-пободных операционных систем, которые разработаны в рамках проекта GNU (проект по разработке СПО). Linux работает на огромном множестве архитектур процессора, начиная от ARM заканчивая Intel x86.

Наиболее известными и распространенными дистрибутивами являются Arch Linux, CentOS, Debian. Также существует много «отечественных», российских дистрибутивов — ALT Linux, ASPLinux и другие.

Возникает довольно много споров об именовании GNU/Linux.
Сторонники «open source» используют термин «Linux», а сторонники «free software» — «GNU/Linux». Я предпочитаю первый вариант. Иногда для удобства представления термина GNU/Linux используют написания «GNU+Linux», «GNU-Linux», «GNU Linux».

В отличие от коммерческих систем (MS Windows, Mac OS X) Linux не имеет географического центра разработки и определенной организации, которая владела бы системой. Сама система и программы для нее — результат работы огромных сообществ, тысяч проектов. Присоединиться к проекту или создать свой может каждый!

Вывод

Подводя итог, я могу сказать, что отличия между Linux и UNIX очевидны. UNIX — намного более широкое понятие, фундамент для построения и сертификации всех UNIX-подобных систем, а Linux — частный случай UNIX.

Источник

Линукс — это Юникс?

Часть 1

В первой части истории о взаимоотношениях Линукса и Юникса вы узнаете о богатой истории Юникса, которая определяет, чем он является и кому принадлежит.

Линукс это Юникс?

Если вы задаетесь этим вопросом, значит вы находитесь в одном ряду с многочисленными Линукс и Юникс разработчиками, администраторами и пользователями. Каков приговор? Суд так и не может принять окончательное решение. С виду это простой вопрос, но задайте его 10 людям, и вы получите 10 разных ответов. Суть проблемы заключается в том, как каждый человек по-разному представляет эти понятия. Некоторые думают, что это наборы стандартов, другие, что это сообщества, третьи — вообще торговые марки. Откровенно говоря, Линукс и Юникс — это все эти вещи одновременно.

Многие пытаются использовать старый «утиный тест» при поиске ответа — «Если предмет выглядит как утка, плавает, как утка и крякает, как утка, то это, вероятнее всего, и есть утка». Несмотря на то, что пример с уткой вряд ли сопоставим со сложными системами, рассуждения в общем где-то созвучны. Линукс действительно напоминает Юникс почти в каждом аспекте. На самом деле, первоначальное ядро Линукс было построено по образцу Юникса, и даже его создатель(!) в свое время связывал ядро с Юниксом.

Означает ли это, что Линукс — это Юникс? Не обязательно. Если бы вас клонировали, был бы ваш клон вами? Многие бы поспорили, что то, что определяет какой-то предмет — это не только его состав, но и история. В случае с клоном, у него не было бы вашей памяти, так что он не был бы по-настоящему вами.

Краткая история Юникс

Развитие Юникс по-настоящему началось в 1960-х годах проектом под названием Multics, который не принес большой прибыли и был брошен ​​одной из крупнейших компаний, вносившей основной вклад в его развитие. Тем не менее, работа над проектом была продолжена энтузиастами, что в конечном итоге привело к рождению UNICS (игра звучаний с «Multics», позже переименованной в UNIX) в 1970-х годах.

В 1980 году компанией AT&T был разработан пакет коммерческих лицензий на все дистрибутивы UNIX, и сведение всех версий в одну: UNIX System V. Университет Калифорнии, Беркли продолжал разрабатывать свою собственную версию Unix под названием BSD. Многие из важнейших разработок в UNIX изначально пришли из BSD, к примеру, включение TCP/IP в основную версию UNIX.

В течение 80-х и 90-х, многие компании приобрели и залицензировали свои собственные версии UNIX, в том числе Sun Microsystems, Microsoft, и SCO. Примерно в это же время группы разработчиков и компаний осуществили рывок в сторону «открытого» Юникса, создавая отдельную ветвь его развития. В начале 90-х, AT&T продала все свои права на UNIX компании Novell. В 1995 году уже Novell продает часть своих прав на Юникс, включая право на дальнейшую разработку, компаниям System V и SCO.

Все эти покупки, продажи, лицензирования, делицензирования и независимое развитие в 90-е привели к многочисленным искам, спорам, а также драмам по поводу владения частями Юникса. Линукс также фигурировал в иске SCO, как содержащий код Юникса, который принадлежал им. Когда все поутихло, Novell выиграла дело в отношении SCO, и заставила SCO отозвать иски против IBM и Sequent, а также Linux. Они даже пошли на то, что сказали «Мы не верим, что в Линуксе есть что-то от Юникс».

Сегодня ОС Solaris компании Sun Microsystems является крупнейшей Юниксовой операционной системой. BSD продолжает свое развитие и породил бесплатные версии, такие как FreeBSD. В 2005 году Sun опубликовала большинство кода OpenSolaris, что привело к еще большему количеству версий с открытым исходным кодом на основе Юникс.

Часть 2 — история Линукса

Во второй части этой серии вы узнаете о пути Линукса от скромного начала к славе и богатству!

Краткая история Linux

В 1991 году в Хельсинки, Финляндии, Линус Торвальдс начал работу над проектом, который был, по его словам, «просто для удовольствия». Этот проект в конечном счете стал ядром Linux. Он никогда не был предназначен для чего-то особенного, просто инструмент, который позволил бы студенту получить доступ к UNIX-серверам в соседнем университете. Он написал его специально для железа, на котором он работал на тот момент, и оно не зависело от операционной системы. Через некоторое время Линус понял, что то, что он нечаянно создал — и есть само ядро ​​операционной системы.

Торвальдс смоделировал его на основе разновидности UNIX под названием Minix. Код Minix был открытым, но изменения и дальнейшее распространение не были разрешены, поэтому ядро Торвальдса не защищалось авторским правом. Хотя оно было смоделировано по образу Юникса, оно не было Юниксом. После того как он осознал, что создал, он написал на Usenet:

«Привет всем, кто использует MINIX — Я делаю (бесплатную) операционную систему (просто хобби, это не будет большой и профессиональной системой, как GNU) для 386 (486) AT моделей. Я занимаюсь этим с апреля, и сейчас завершаю работу. Я бы хотел получить какие-либо отзывы о тех вещах, которые вам нравятся и не нравятся в MINIX, так как моя система несколько напоминает ее (то же физическое расположение файловой системы (из практических соображений) среди всего остального). „

Очевидно, в то время Торвальдс не понимал, насколько его ядро ​​было важным для движения открытого программного обеспечения, которые постепенно начинало распространять свое влияние к тому времени. Фонд свободного ПО(Free Software Foundation), наиболее известный своим проектом GNU, начавшим развитие в 1983 году, искал ядро, чтобы осуществить свою мечту о “достаточном количестве свободного программного обеспечения, чтобы вообще можно было обходиться без какого-либо ПО, которое не свободно». Да, целью была полноценная операционная система плюс дополнительные программные средства с открытым исходным кодом и защищенные GPL. В 1992 году они обнаружили Linux, и GNU/Linux начала свой путь, который привел ее именно туда, где «существует достаточное количество свободного программного обеспечения, что можно обходиться без какого-либо ПО, которое не свободно».

Является ли Линукс Юниксом? Вы все еще не знаете? Я тоже, но по крайней мере теперь у вас есть факты. С этого момента, выбор позиции является исключительно вашим личным решением.
С одной стороны, в отличие от всех версий UNIX, Linux не содержит код из какого бы то ни было цикла разработки UNIX. Однако, если что-то выглядит как утка… Ну, остальное вы знаете.

Источник

Обзор Линукс (Linux) — просто о сложном

Это вступительная статья про операционную систему Линукс (Linux). В ней мы пробежимся по основным моментам и особенностям ОС Линукс. Весь материал ориентирован на новичков и написан доступным языком.

1. Что такое Линукс простыми словами

Помимо самой ОС Линукс, все пакеты (программы) бесплатны. Это крайне ценится на западе, поскольку у них слабо развито пиратство. Большинство из них платят за программные продукты, которыми они пользуются. В России ситуация не такая. Практически каждый считает, что софт является бесплатным, хотя практически все популярные программы являются платными.

Существует несколько графических интерфейсов или GUI (мы рассмотрим их далее). В большинстве случаев он очень напоминает X Window System, поэтому, кто умеет пользоваться Windows легко освоит и Linux.

Кто является владельцем

ОС Линукс никому не принадлежит. Точнее можно сказать, что она принадлежит сообществу программистов. На бесплатной основе каждый желающий может вносить свои изменения, которые в дальнейшем принимаются сообществом.

Собственно говоря усилиями десятков тысяч программистов и был создан Линукс. Изначально первыми пользователями были опытные пользователи ПК. Сейчас все больше становится и обычных пользователей Линукса.

Отличительно и то, что Линукс работает на всех архитектурах: DEC Alpha, x86, x86-64, ARM и PowerPC.

Линукс является ядром операционной системой, поэтому на профессиональном уровне можно сказать, что Линукс это не ОС, а лишь ядро, но для обычного обывателя для начала работы это мало имеет значение. Ядро Линукс похоже на движок.

Зачастую в различных источниках можно увидеть название «GNU/Linux» (по сути это то же самое, что и Linux). Однако в среде профессионалов даже разгораются жаркие дискуссии по этому поводу.

Тех, кто пользуюется ОС Линукс зачастую называют «линуксойдам».

Говоря про Linux нельзя не упомянуть про проект GNU — это концепция свободного бесплатного программного обеспечения. Основатель Ричард Столлман.

2. История появления Linux

Первым разработчиком и создателем Linux считается «Линус Торвальдс». Собственно в честь его имени и была названа ОС. Торговая марка «Linux» принадлежит его создателю.

В далеком 1981 году он стал работать над собственной операционной системой семейства Unix. В 1984 году на свет появилась первая ее версия доступная для скачивания. В то время ей пользовались буквально пару человек.

Однако широкое распространение система получила лишь 10 лет спустя. После этого сообщество программистов подхватили основную идею GNU и стали вкладывать свои усилия в развитие проекта.

Логотипом и талисманом Linux является пингвин «Tux». От «обычных» пингвинов отличается жёлтым цветом клюва и лап. Придуман и запатентован в 1996 году Ларри Юингом.

В 20 веке Linux стал еще более популярным. Это уже давно не любительский проект, а полноценная операционная система, которая насчитывает миллионы строк кода.

3. Особенности Linux

Перечислим основные особенности ОС Linux.

1 Большинство пользователей среду Линукса являются программисты и администраторы. Это довольно опытные и «прошаренные» пользователи. Поэтому их не пугает то, что очень много действий приходится делать через терминал (консольная строка). Для любителей Windows это покажется настоящим «маразмом», но со временем к терминалу быстро привыкаешь:

primer console

Для более быстрого «общения» с командной строкой можно использовать кнопку «Tab», которая сразу подскажет все команды начинающиеся на введённый набор символ или же сразу применит автозаполнение, если возможен лишь один доступный набор.

2 Большинство серверов (хостинги, хранилища и прочее) используют в качестве основной ОС Линукс. Это связано с тем, что она бесплатна, проще настраивается и более стабильна. Однако среди обычных пользователей бесспорное лидерство занимает Windows. Лишь 5% населения пользуются Линуксом в качестве домашней операционной системы.

3 Linux является многозадачной и многопользовательской операционной системой. Windows в этом плане также сильно преуспел, но все же его возможности не очень удобные для работы нескольких пользователей

4 В Linux нету жестких дисков, как на Windows. Здесь все хранится в едином каталоге, который начинается с «/» (корневой каталог, root directory). Файлы пользователей лежат в каталогах «/home/name_users/».

5 Программные оболочки bash или tcsh. С помощью них Linux выполняет команды пользователей. Отдаваемая команда относится к текущему каталогу (current directory). Домашний каталог можно обозначать символом «

» (тильда). Это аналог «/home/name_users/»

6 Файловые системы в Linux отличны от Windows:

Стоит отметить, что Линукс поддерживает очень много файловых систем (в том числе Windows-ие NTFS, FAT32). Напомню, что Windows не поддерживает ext4. Про файловые системы Linux будет рассказано более подробно в отдельной статье.

7 Существует два вида дистрибутивов Linux, которые делятся по способу организации и управления программным обеспечением (пакетами)

8 Процессы разделены по ресурсам. Чтобы добавить новое устройств нужен драйвер. Его можно написать самостоятельно и запустить в ядре. Драйверы устройств либо интегрируются непосредственно в ядро, либо добавляются в виде модулей, загружаемых во время работы системы.

9 В Linux все считается файлами: жесткие диски, разделы, папки, приводы оптических дисков, съемные носители информации.

4. Дистрибутивы Linux — что это и какие они бывают

Говоря простыми словами:

Существуют множество видов дистрибутивов Linux. Самые распространённые в мире дистрибутивами являются:

Интересными дистрибутивами также являются и те, которые можно самостоятельно собрать. К таким относятся LFS, Gentoo, CRUX.

Линукс также практикует такой вид дистрибутивов, которые не требуют установки на жесткий диск. Они работают в режиме «LiveCD». Информация загружается в оперативную память и уже работает с нее. Примеры таких систем: Knoppix, Fedora.

Существуют и чисто российские версии:

5. Интерфейсы Linux

Поскольку дистрибутивов много, то и различных версий оформления рабочего стола/панели инструментов также много. Однако в Линуксе придумано несколько стандартов, которые поддерживаются популярными версиями ОС.

6. Репозиторий Linux

В Linux все программы (пакеты) хранятся в репозиториях, который представляет из себя сервер, где программисты выкладывают софт. Здесь можно скачать самые последние и актуальные версии программ.

Для Линукса репозиторий это аналог Play Market для Android.

Чтобы скачать пакет необходимо в терминале написать:

Источник

Комментарии (82)

0

gadyuka — 18 Декабрь, 2008 — 00:35

Изображение пользователя gadyuka.

А где варианты линух, лялих и линекс?)))

  • ответить

+1

Bazilio — 18 Декабрь, 2008 — 10:56

Изображение пользователя Bazilio.

линекс это таблетки такие. очень помогают при дисбактериозе в кишечнике.

  • ответить

0

gadyuka — 18 Декабрь, 2008 — 11:14

Изображение пользователя gadyuka.

Я знаю… Однако встречала и такое, что линукс называли линексом… XD

  • ответить

0

Bazilio — 18 Декабрь, 2008 — 17:47

Изображение пользователя Bazilio.

у меня обычно наоборот Х-)
когда болит живот прибегаю к помощи «линукса»
P.S. не реклама.
P.P.S. перед применением «линекс» прочитайте ман, который идёт с ним в коробочке.

  • ответить

0

Robotex — 18 Декабрь, 2008 — 00:59

У меня знакомые-вендошники как только не произносят.

Линекс
Линапс
Линакс
Линупс

  • ответить

0

picaro — 18 Декабрь, 2008 — 10:50

Изображение пользователя picaro.

А где в слове linux буква «ю»? Или это народные финские диалекты?

  • ответить

0

Bazilio — 18 Декабрь, 2008 — 10:57

Изображение пользователя Bazilio.

народные русско-японские я бы сказал. :)

  • ответить

0

picaro — 18 Декабрь, 2008 — 11:27

Изображение пользователя picaro.

Лю — народное китайское имя
Ня — что-то из аниме
Кс — что-то из винды, толи фотожоп, толи игрушка :)

  • ответить

0

Гость — 21 Декабрь, 2010 — 20:08

неа КС — это Крылья Советов….

  • ответить

0

Гость — 29 Май, 2011 — 21:00

Всё просто: «ю» появилась при смешении слов «юникс» и «линукс».

  • ответить

0

Vampa — 18 Декабрь, 2008 — 19:47

Изображение пользователя Vampa.

Часто называю по названию дистра (Кубунту, Слака, Федора и т.д). На втором месте собственно «Линукс«. Когда сравниваю с Windows, могу назвать «никсы» или «юникс«. Но в разговорной речи лидирует почему-то «пингвин» ^__^.
ЗЫ А в японском языке звука «л» нет. Так что скорее всего получится ????ринук(у)су«). -__-» вроде похоже…

  • ответить

0

AVolkov — 18 Декабрь, 2008 — 21:02

Изображение пользователя AVolkov.

У нас в Беларуси как-то пару лет тому назад проскочила новость, что пРЕЗИДЕНТ распорядился написать свою (белорусскую) операционную систему, ибо дорого покупать забугорный свиндовс. Так вот, ее (будущую операционку) за глаза тут же окрестили «Луниксом».
Всё бы хорошо, только вот не вышел релиз Луникса, даже альфы не было…

  • ответить

0

Robotex — 19 Декабрь, 2008 — 02:54

Хе, я даже сайт видел и разработка велась… Ток не помню название. Говорили в ней виндовые и линуксовые приложения поддерживаться будут.

  • ответить

0

raven — 19 Декабрь, 2008 — 23:05

Изображение пользователя raven.

«Счастливые» обладатели «совершеннейшей» OS от mikrosoft как только не обзывают мою кубунту, но лично мне нравится «Линух»

  • ответить

+1

Robotex — 29 Декабрь, 2008 — 02:52

Как видно из результатов, 35 человек называет линукс правильно, а 1 просто решил приколоться. Как видим среди нас все нормальные. А вот интересно было бы сделать аналогичный опрос на форуме вендопоклонников. Они то линукс как только не обзывают, они и венду обзывают (виндавс, виндас)

  • ответить

0

Nickel — 29 Декабрь, 2008 — 10:43

Изображение пользователя Nickel.

Robotex на счёт одно ты правильно написал, я просто решил прикольнуться :)

  • ответить
  • ответить

Изображение пользователя balamutick.

Дословно он сказал, моё имя Линус (на финском и других), а линукс всегда есть линукс.

бат линукс из олвейс линукс :-) — сказал линус

  • ответить

+2

Condor — 5 Апрель, 2009 — 19:22

Изображение пользователя Condor.

Ну да, линукс он и в африке линукс :0))

  • ответить

0

Legal — 24 Май, 2009 — 09:58

Изображение пользователя Legal.

Я немного по другому к этому отношусь.
Меня научили.
(может неправильно — тогда поправьте)

Unix — «страна»
FreeBSD, Linux и прочие — области (штаты)
kubuntu, fedora, slax — районы
версии систем — города…

Сравнение вроде бы правильное. Или нет?

  • ответить

Изображение пользователя Ockonal.

Когда меня спрашивали разницу в дистрибутивах, я всегда отвечал как-то так:
Берем для примера автомобиль, во всех автомобилях внутри есть двигатель — ядро Линукса, но снаружи они все разные, плюс есть некоторые доработки внутри системы. Так вот, Разные корпуса и марки это и есть дистрибутивы.
Знаю, что примитивно, но тем людям иначе нельзя, да и понятно всегда всем было =).

  • ответить

0

Legal — 24 Май, 2009 — 10:06

Изображение пользователя Legal.

Тоже, хороший пример! Согласен.

  • ответить

0

Lang — 24 Май, 2009 — 12:09

Изображение пользователя Lang.

У меня несколько другое представление. Все ГНУ программы это куча песка и создатели дистрибутивов из этого песка лепят фигуры. А ты уже выбираешь какая из фигур тебе лучше подходит

  • ответить

Изображение пользователя Soi-Fong.

Неплохой пример. А я вот как-то аналогиями не заморачивался, сравнения даже как-то наоборот идут. Недавно вот диван пересобирал )

  • ответить

0

Legal — 24 Май, 2009 — 16:04

Изображение пользователя Legal.

Объясняю:
«недавно пересобирал диван» — не так часто как систему (ядро и пр…)

  • ответить
  • ответить

+1

Legal — 24 Май, 2009 — 10:15

Изображение пользователя Legal.

И на счет произношения.
Linux — в слове пять букв. Почему первые читают на английском, а последнюю одну букву на русском? Да потому что они (кто произносит неправильно) в школе плохо учили русский, затем соответственно и английский (или др. языки)
В общем — Linux — это Линукс.
А тех, кто плохо учился — полный Интернет! Почитайте блоги, коментарии, письма… Даже сайты пишут с ошибками и на жаргоне… Жуть!

Не нужно решать — как правильно. Правильно только так, как ПРАВИЛЬНО!

По моему — Линукс!

  • ответить

Изображение пользователя Ockonal.

Это уже давно решено =)
Linux: i, u — закрытые склады.

  • ответить

0

ktchv — 26 Май, 2009 — 09:28

Изображение пользователя ktchv.

Linux — [‘linəks], [‘lainəks].
(Lingvo)

  • ответить

Изображение пользователя balamutick.

На англ. да. Русское произношение именно Линукс.
Да и видео что никто не смотрел или все глухие ?

  • ответить

0

Legal — 26 Май, 2009 — 16:31

Изображение пользователя Legal.

Ну почему же все? ;)
— Linux = Линукс …
А Линус — то классный парень… Хакер, в первоночальном смысле этого слова!
Если бы Линукс был Линус-ом, то и писался бы — Linus.
Да?

  • ответить

Изображение пользователя balamutick.

Вопрос в том, что [‘lainəks] — написано вроде как ЛИНЭКС, хотя мы говорим и вообщем-то слышно на видео именно Линукс.

А имя Линус Т. и прозвище данное системе, это не одно и то же, хотя безусловно на основе сделано.

  • ответить

+1

Legal — 26 Май, 2009 — 22:08

Изображение пользователя Legal.

Посмотрел, почитал (всю эту тему)… И вот к чему я пришёл:
1) пишут большинство правильно — Linux
2) читают (произносят) — кого как научили…
Дистрибутивов — как рыбы в море! В Разы больше чем windows.
3) и САМОЕ ГЛАВНОЕ — ВСЕ ПОНИМАЮТ О ЧЁМ ИДЁТ РЕЧЬ!!!

! СПАСИБО ЗА КАЧЕСТВЕННУЮ и БЕСПЛАТНУЮ ОСу !

  • ответить

Изображение пользователя Opossum.

ко второму пункту — «либо намеренно коверкают название». Сомневаюсь, что кого-то учили говорить «люникс».

  • ответить

0

Гость — 9 Сентябрь, 2009 — 06:01

У меня несколько другое представление. Все ГНУ программы это куча песка и создатели дистрибутивов из этого песка лепят фигуры. А ты уже выбираешь какая из фигур тебе лучше подходит

  • ответить

+2

ktchv — 9 Сентябрь, 2009 — 12:02

Изображение пользователя ktchv.

скорее из воска, можно переплавить… песок это в венде, который рассыпается на ветру от нечего делать или от старости :)

  • ответить

+3

Mike — 10 Сентябрь, 2009 — 06:09

Изображение пользователя Mike.

тех, кто говорит «люникс», надо шлепать по губам, как маленьких детей, которые всякие нехорошие слова говорят =)

  • ответить

Изображение пользователя balamutick.

А то скоро УЖО можно будет говорить дОговор…

Упс, уже «можно»… Так и до люникса дойдёт…

Товарищи, правильное, единое и стандартизированное произношение — есть залог взаимпонимания.

  • ответить

0

Гость — 30 Октябрь, 2009 — 17:19

ну если вы скажете виндовоз, все же поймут о чем ;)

  • ответить

Изображение пользователя DarkneSS.

О, великий Цтулху, злобные линуксоиды карают всякого, кто исковеркает слово linux… не то что добродушные виндузятники ;-)

  • ответить

+3

Mike — 31 Октябрь, 2009 — 18:58

Изображение пользователя Mike.

Патамушта линуксоиды сильны духом, а вантузятники — аморфная масса! =)

  • ответить

0

Гость — 10 Ноябрь, 2009 — 00:08

Ладно, почитала…..подумала…….посмеялась…..и поняла, что окончательно запуталась=)…..
Правильно пишется «LINUX»…….на счет «U» = «у»…….согласна……..но есть еще одна буковка…..это «I»……её то мы почему не читаем как «ай»…….ТОГДА ВООБЩЕ «ЛАЙНУКС»=)

  • ответить

0

Mike — 10 Ноябрь, 2009 — 15:36

Изображение пользователя Mike.

Ващета тут все было абсолютно доступно прокомментировано Самим. Думаю, после этого сомнения по поводу фонетики ничего не стоят.

  • ответить

Изображение пользователя Fatalist.

Хм.. wine… dos… WINEDOS! =)

  • ответить

0

Mike — 21 Декабрь, 2010 — 20:16

Изображение пользователя Mike.

Кстати! Wine — вино, dos — deny of service! Вот вам и раскрытие секрета, почему Вендозе постоянно виснет! Да потому что они там упоротые все!

  • ответить

Изображение пользователя Fatalist.

Батенька, да вы некрофилпостер? ;)

  • ответить

0

Mike — 22 Декабрь, 2010 — 21:28

Изображение пользователя Mike.

это не я, я всего лишь некропостера поддержал!

  • ответить

+1

Гость — 23 Февраль, 2010 — 16:36

i — может читаться как «ай» или «и» в зависимости от последовательности букв и т.п. это школьная тема, насколько я помню :) Linux — никак не может читаться как лайнукс.

Linux получил название в свое время от скрещивания имени и названия популярной ОС — Linus и Unix. А слова типа линух, линь, пингвин — это жаргон разумеется.

  • ответить

Изображение пользователя Opossum.

i читается как «и» в закрытых слогах, и как «ай» в открытых.
У меня вопрос такой: в слове linux первый слог «lin» или «li»? Если второе — то как раз по правилам «ай».
Если первый слог «lin», то второй «ux» что ли? Не логичнее ли li-nux?
Я ничего не утвреждаю, но выражаю сомнение в мнении, что «никак не может читаться как лайнукс».
Причём, если даже по правилам чтения английского окажется правильным «лайнукс», это нифига не значит, что так надо называть Linux. Исключения в правилах никто не отменял, к тому же это название, то есть фактически имя собственное, а на них общие правила чтения могут не распространяться.

  • ответить

0

SD — 6 Июнь, 2011 — 13:21

если уж читать по правилам английского — то лайнакс, т.к. i — в открытом слоге, а u — в закрытом. но почему все решили, что это по-английски?.. может латынь…

и ещё. линукс — это имя собственное, и как оно звучит на родном языке (финский, как я понимаю) так его должны произносить на всех остальных языках, не взирая на правила.

ps: а вообще бросьте болтать ерундой. :)

  • ответить

Изображение пользователя Opossum.

«и ещё. линукс — это имя собственное» — а я что написала сама выше? вот в самом конце.
Я собственно возражала комментатору, утверждающему что «Linux — никак не может читаться как лайнукс», в чём я и усомнилась. Речь там шла именно об английских правилах, другое дело что их тут и применять не зачем. Но и перевирать их не стоит при этом.

  • ответить

0

SD — 6 Июнь, 2011 — 13:57

моё: «и ещё …» назначалось всем, а не вам лично :)

  • ответить

Изображение пользователя Opossum.

ну ладно. но коммент-то мне был. как тут догадаться.

  • ответить

0

SD — 6 Июнь, 2011 — 14:40

для вас английский:
рассмотрим слог с буквой i, после неё стоит n и u (согласная и гласная) — поэтому слог открытый. если бы после неё (i) стояли две согласные, а потом гласная, то слог был бы закрытый.
с буквой u понятно, что слог закрытый, т.к. после неё стоит x (согласная) и больше ничего — отсюда вывод, что u читается как русская а.
и того по правилам английского — лайнакс

  • ответить

Изображение пользователя DarkneSS.

Вообще есть трек от Линуса, где можно услышать православное произношение слова.

  • ответить

Изображение пользователя Kombala.

Ага, и его даже с десяток коментов назад показали.
But linux always linux.

  • ответить

Изображение пользователя Opossum.

Это опять не мне было откомменчено?
Зачем тогда на мой коммент отвечаете-то?

  • ответить

0

SD — 9 Июнь, 2011 — 22:35

это уже было вам, Опоссум — понятие открытого и закрытого слогов.
вот это к чему:
i читается как «и» в закрытых слогах, и как «ай» в открытых.
У меня вопрос такой: в слове linux первый слог «lin» или «li»? Если второе — то как раз по правилам «ай».
Если первый слог «lin», то второй «ux» что ли? Не логичнее ли li-nux?

здесь вы правы, но частично — я просто дополнил.

  • ответить

Изображение пользователя Opossum.

репозитАрий
компилять
ииии…. какой бы контрольный сделать…

  • ответить

Изображение пользователя Kombala.

А почему репозитáрий? По‐английски ведь пишется repository.

  • ответить

Вероятно, по той простой причине, что таки репозитарий. Если говорить по русски. Но, с другой стороны, положено говорить «Техас», а как оно произносится на самом деле… :-)

Исторически так сложилось, что мы пишем репозиторий. Ну так тут всё ясно — наш сленг, потому уродуем как хотим. :-)))

  • ответить

Изображение пользователя Opossum.

А почему по-русски «репозитарий»? Я когда пыталась понять, откуда это взялось, не нашла подтверждения. Да и сейчас на грамоте.ру именно репозитОрий выдаёт.

  • ответить

Изображение пользователя Kombala.

Лично я, в перерывах между качалкой и мелодрамами, могу выдвинуть такую теорию, что изначально неправильное написание репозитáрий по аналогии. А именно — в старославянском (после чего перешло в русский) звук ‘ō’ (о долгая) при переходе из праформы звучала как фонема «а», а ‘ŏ’ (о краткая) в старославянском так и оставалась звуком «о».

Собственно написал я это потому, что на латинском — Repositōrium, ī; с долгой о. Но при этом будет правильнее все же писать репозитóрий, поскольку в наше время слово заимствованно не из латинского, а из английского, и по английской кальке правильнее все же репозитóрий.

P.S. Все выше описанное — моё личное мнение.

P.P.S. Пришлось писать все это под виндой и без compose, поэтому каждый символ я искал в
б-гхульном word’e. Rage!

  • ответить

Если кладёшь деньги на депозит, то это депозитарий. По аналогии.

  • ответить

0

Mike — 7 Июнь, 2011 — 17:42

Изображение пользователя Mike.

Доа, тут пакеты на репозит кладут! >__<

  • ответить

Знаешь как у нас говорят? «Телеп яйця в борш — нехай варяться»…

  • ответить

Изображение пользователя DarkneSS.

Та не почему. Она прикалывается =)

  • ответить

Изображение пользователя Opossum.

А это к тому же ряду из которого люникс. В конфе кто-то говорил, что его дико батхёртит от слова «компилять», меня вот бесит «репозитАрий», ну а Майк выше высказался

  • ответить

Изображение пользователя Opossum.

мне вот тоже всегда интересно, чем руководствуются те, кто пишет именно так ><

  • ответить

0

salt — 21 Декабрь, 2010 — 20:52

Изображение пользователя salt.

Есть даже такая штука Фирма lumax но, думаю это просто созвучно :) Linux есть Линукс

  • ответить

Отправить комментарий

Понравилась статья? Поделить с друзьями:

Не пропустите также:

  • Как правильно пишется лимфоузел
  • Как правильно пишется конгломерат
  • Как правильно пишется кому марии или марие
  • Как правильно пишется комрад или камрад
  • Как правильно пишется компьютерный стол

  • 0 0 голоса
    Рейтинг статьи
    Подписаться
    Уведомить о
    guest

    0 комментариев
    Старые
    Новые Популярные
    Межтекстовые Отзывы
    Посмотреть все комментарии