Linux (operating system)

From Citizendium
Jump to navigation Jump to search
This article is developing and not approved.
Main Article
Discussion
Related Articles  [?]
Bibliography  [?]
External Links  [?]
Citable Version  [?]
 
This editable Main Article is under development and subject to a disclaimer.
This article is about Linux (operating system). For other uses of the term Linux, please see Linux (disambiguation).
Linux
Linux Tux Logo.png
Gnome screenshot.png
Website www.kernel.org
Created by Linus Torvalds (Linux kernel) and Richard Stallman (GNU Utilities)
Developed by the Open Source community
Software type Operating System
Source model Open Source
Licence GNU General Public License
OS Family Unix-like
Kernel Type Modular monolithic
Default UI usually Gnome or KDE
Platforms x86, x86-64, PowerPC, AMD64, ARM, DEC Alpha, HP PA-RISC, IA-64, MIPS, Motorola 68k, IBM S/390, Sun SPARC,

Linux is a general purpose operating system similar in purpose to Microsoft Windows and Mac OS X. Unlike Windows and OS X, Linux is free and runs on both Intel and PowerPC platforms, as well as many others, including mobile phones (OpenMoko, Android (smartphone)), programmable USB keys and other exotic platforms.

Linux comes in a variety of distributions or packages. A distribution bundles the core operating system with a suite of free software typically including email, web browsing, multimedia and office applications. The most popular distribution is Ubuntu, which is designed for ease of installation and use.

The surge in the popularity of Linux in the past decade has contributed to the popularity of open source software in general, and brought the ideals and methodologies of both the open source crowd and the free software movement into the limelight. Linux is also used in computer research where access to the source code is required or where its advanced build system is a benefit.

History

Development of the Linux kernel was started in 1991 by a Finnish college student named Linus Torvalds[1].

At the time the Unix operating system was the de facto standard at universities around the world since it was written in the high-level C programming language, which allowed it to be used on many different machine architectures (this is known as portability in computing).

Before the 7th edition of UNIX, the source code was available and it was used to teach students the inner working of operating systems. This availability also allowed computer scientists to change different aspects of the code to fit their needs and inspired a strong following in academia. However, AT&T which owned UNIX soon realized the commercial value of the operating system and blocked universities from using the UNIX source code in their teaching.

To combat AT&T's licensing change, Professor Andrew Tanenbaum wrote a new, smaller operating system inspired by UNIX which he called Minix. This new operating system contained none of the source code that was owned by AT&T, so it could be distributed to universities for use in the classroom and could be adapted to run on many different machines. Since Andrew Tanenbaum was a professor at Vrije Universiteit in Amsterdam, The Netherlands, his goal was to make the source code for his operating system short and simple enough for students to read and follow within a semester.

Many individuals contributed to Minix through a news group on USENET called comp.os.minix and their changes were merged into the operating system by it's author. However, as the number of hardware architectures grew, so did the size of the code and eventually Andrew Tanenbaum began rejecting improvements to the code because they added complexity and length and were unsuitable for his classes. One area that he refused to implement was the 32-bit version of the Intel 386 architecture. Also, since the source code was copyrighted in his book, "Operating Systems: Design and Implementation," only the modifications, or patches could be distributed.

At the University of Helsinki, a second year computer science student named Linus Torvalds decided to write a new operating system based on the physical layout of the Minix system. In his first announcement of the project on comp.os.minix, he described his work as a hobby and asked for suggestions on what improvements other developers would like to see in the minix code, to incorporate into his new operating system. Linus was influenced by the work of Richard Stallman and the GNU Project, which sought to release software that was free from restrictions against copying or modification in order to make it better and more efficient. He incorporated these ideas when he provided the complete source code of this his new operating system, which one of the contributors jokingly named "Linux."[2]

Fundamentally, Tanenbaum and Linus differed in how they implemented their source code to control the critical functions of the computer. The Minix operating system sought a microkernel-based system, in which the operating system runs many separate processes and a kernel directs the passing of messages between each of them. This in theory would prevent an error in one process from spreading to the others, making the overall system more reliable. Linus favoured a monolythic style operating system, where the kernel was directly responsible for process management, memory management, and interaction with the file system and ran as a single overall process. The advantage of this system structure is that is much easier to implement and produces some improved performance.

The pairing of this new Linux kernel and the utilities developed by the GNU project proved to be critical to the growth of each project. The GCC C compiler developed by Stallman soon became the best way for a developer to take the Linux source code compile it and produce an executable that could be used to control a computer. Also, the bash shell created by GNU provided a way for the user to interact with the kernel and run system processes. The free price, availability, and adaptability of all of these projects allowed developers the flexibility to make them efficiently interact with each other. In fact at this time GNU was creating a kernel of the own named GNU Hurd based on the microkernel model, however the speed with which Linus was able to produce a working kernel pulled developers towards his project and away from Hurd. The fundamental similarities in how the GNU project and Linux kernel envisioned ownership, modification, and distribution of their source code allowed two projects, developed by completely different developers to combine to produce a fully functioning operating system.

The name

Originally, Torvalds had intended to call the system Freax, for Free, Freaks, and Unix. The original source code up to version 0.11 made reference to this, such as a comment in the Makefile, "Makefile for the freax kernel". However, the kernel's FTP directory at nic.funet.fi was named Linux, in honor of its creator, of course, with an x to denote that it is Unix-like. This name caught on, and has been the official alias ever since. Linux is pronounced like 'Minix' - that is, "'li' is pronounced with a short [ee] sound: compare prInt, mInImal etc.'nux' is also short, non-diphthong, like in pUt."[3]

Linux controversy

For more information, see: Linux naming controversy.

Preceding the first uploads of the Linux kernel by over 8 years, in 1983 the Free Software Foundation (FSF) led by Dr. Richard Stallman began work on a similar project called GNU. The GNU system was a multi-person project which aimed to provide a suite of software together with the operating system kernel. The GNU group began not with the kernel, but rather by developing various tools such as a compiler (GNU C Compiler) and a text editor (Emacs). The GNU group never did complete their system with an operating system kernel. As a result, free software enthusiasts started to use Linux's kernel alongside GNU's suite of tools. Such combinations came to be called Linux Distributions. The FSF refers to a Linux Distribution as Linux. This convention has been very controversial, however. Torvalds does not support this terminology, saying that "calling Linux in general just 'Linux' I think is ridiculous."[4]

Interface

The majority of Linux distributions allow the use of both a GUI (Graphical User Interface) and a CLI (Command Line Interface). In the last few years, many distributions have focused on improving the graphical interface to increase the accessibility of the interface to new users. Ubuntu, widely believed to be the most used Linux distribution, had a complete visual refresh for the "Hardy Heron" 8.04 release based on the GNOME desktop environment.

Desktop environments

There are many desktop environments available for Linux. This means that there used to be little consistency between distributions. However, in a effort to prevent this, freedesktop.org have introduced the "Tango Theme Guidelines" - a set of guidelines that icon creators are encouraged to adhere to. This includes a color palette and a set of naming conventions.

GNOME

GNOME (GNU Network Object Model Environment) is a desktop environment created by the GNU Project focused on easy of use. It is made of entirely open source software, and the most recent stable release is 2.20, which was released in September 2007. GNOME is the default desktop environment for many distributions, most notably Debian, Fedora Core, openSUSE and Ubuntu.

KDE

KDE (K Desktop environment) is another desktop environment, but is focused on allowing the user to configure as much as possible. The main distributions that use KDE are Kubuntu and MEPIS. Currently, the KDE developers are testing a major new release: KDE4, which is planned for release on 11 January 2007. It is being upgraded to the Qt4 toolkit, and increases in speed over KDE3 are planned. A new theme, known as the "Oxygen icon set", will be included.

Xfce

Xfce is a desktop environment designed to give a compromise between eye candy and speed. The latest release is 4.4.1. Xfce is not as popular as GNOME or KDE, but some distributions use Xfce as the default desktop environment, including Dreamlinux and Zenwalk.

Fluxbox

Fluxbox is a lightweight desktop environment, aimed at low-end computers. It is designed for speed, but allows eye-candy including transparency. The project recently passed its 1.0 release milestone.

LXDE

LXDE (Lightweight X11 Desktop Environment) is another lightweight desktop environment based on the Openbox window manager.

Package Management

There are several different package management systems for Linux. Since most applications are open source, packages can be installed by compilation from source code. Some distributions aimed at experts use this format, including Gentoo and Sabayon Linux. However, most Linux distributions have binary packages available for download. Debian and Debian-based distributions (including Ubuntu) use the .deb package format, along with the "APT" package manager. This allows packages to be upgraded, removed and installed, dealing with all of the dependencies. Other distributions use the .rpm format. However, this package format was initially unpopular due to its poor handling of dependencies (known as "dependency hell"). OpenSUSE, Mandriva and Fedora Core all use the .rpm package format.

References

  1. The public record of the project can be traced back at least to the following two emails, sent to comp.os.minix in August and October 1991:
    • What would you like to see most in minix? — announcement of the project. Quote:

      I'm doing a (free) operating system (just a hobby, won't be big and professional like gnu) for 386(486) AT clones. This has been brewing since april, and is starting to get ready. I'd like any feedback on things people like/dislike in minix, as my OS resembles it somewhat

    • Free minix-like kernel sources for 386-AT — announcement of the first release. Quotes:

      I'm working on a free version of a minix-lookalike for AT-386 computers. It has finally reached the stage where it's even usable (though may not be depending on what you want), and I am willing to put out the sources for wider distribution.

      This is a program for hackers by a hacker. I've enjoyed doing it, and somebody might enjoy looking at it and even modifying it for their own needs. It is still small enough to understand, use and modify, and I'm looking forward to any comments you might have.

  2. Torvalds, Linus and David Diamond, Just for Fun: The Story of an Accidental Revolutionary, 2001, ISBN 0-06-662072-4
  3. Linus Torvalds (Accessed April 23rd, 2007). How to pronounce "Linux"?.
  4. The "Linux" and "Linux" Controversy (Retrieved April 6th, 2007).