Linux (operating system): Difference between revisions
imported>Pat Palmer No edit summary |
imported>Pat Palmer |
||
Line 55: | Line 55: | ||
Before '''Linux''', only non-free kernels such as [[Minix]] were available for use on low-cost computers. In 1984, [[Richard Stallman|Dr. Richard Stallman]] united many of these programmers to found the | Before '''Linux''', only non-free kernels such as [[Minix]] were available for use on low-cost computers. In 1984, [[Richard Stallman|Dr. Richard Stallman]] united many of these programmers to found the | ||
[[Free Software Foundation]] with the goal of creating a free alternative to expensive Unix. | [[Free Software Foundation]], a non-profit organization with the goal of creating a free alternative to expensive Unix. [[Free Software Foundation]] was the mother of all [[free software movement|open source]] organizations, and work was done throughout the late 1980's towards creating a free [[Unix]]-like operating system, which was to be called the [[GNU]]<ref>{{cite web | ||
| name=GNU | | name=GNU | ||
| url=http://gnu.org | | url=http://gnu.org | ||
| title=About the GNU Project | | title=About the GNU Project | ||
| date=Retreived 06 April 2007 | | date=Retreived 06 April 2007 | ||
}}</ref> system (GNU stood for ''GNU's Not Unix''). They built | }}</ref> system (GNU stood for ''GNU's Not Unix''). They built highly successful tools for such a system, including the [[GNU C compiler]], debugger, and [[Emacs|text editor]], but the attempt to produce a kernel fell short. When Linux came along, the GNU developers embraced it and combined their tools with it. | ||
At this point, there was widespread talk about changing the name Linux to GNU/Linux to credit those who worked on the tools which fleshed out the Linux kernel into a full-fledge operating system. But Linux creator [[Linus Torvalds]] said that "calling Linux in general just 'GNU/Linux' I think is ridiculous."<ref name="OSWeekly">{{cite web | |||
| title=The "GNU/Linux" and "Linux" Controversy | | title=The "GNU/Linux" and "Linux" Controversy | ||
| url=http://www.osweekly.com/index.php?option=com_content&Itemid=&task=view&id=2242 | | url=http://www.osweekly.com/index.php?option=com_content&Itemid=&task=view&id=2242 |
Revision as of 20:25, 9 April 2007
Linux |
The GNOME desktop on Ubuntu Linux 6.10 |
Website: http://www.linux.org |
Developer: The Open Source community |
OS family: Unix-like |
Source model: Open source |
Latest stable release:[1] |
Supported platforms: x86, x86-64, ia64, DEC Alpha, Motorola 68k, SUN Sparc, ARM, PowerPC |
Kernel type: Monolithic kernel |
Default user interface (most distros): GUI |
License: GNU General Public License |
Working state: Current |
Linux is an operating system remarkable for the community-driven effort which led to its creation. It is also notable for running on the same Intel x86 hardware platform as the Windows and Mac operating system families, for being a very low-cost alternative to Windows, and for having a user experience that is nearly identical to the much older Unix operating system. Its feature set is comparable to the operating systems sold by Microsoft and Apple.
Since its advent in the early 1990's, Linux has become a poster child of the open source movement due to its success in the marketplace, possibly portending a paradigm shift away from proprietary software development.
Linux is open source software, which means it is written and improved upon through a community effort, and it can be obtained and used for free by anyone. Furthermore, numerous companies are able to earn money by offering "supported distributions" of Linux which have certain guarantees in terms of reliability and expected bug fixes, so customers who pay for one of the "supported" versions of Linux (such as Red Hat, or others) can rest assured that someone will help them if a serious problem arises. These specially packaged versions of Linux are called Linux distributions.
Although first developed for the Intel x86 architecture (i386 chip), Linux has since been ported to numerous hardware platforms, including Intel i686, AMD64, SPARC, and Xbox systems. Although it has been very successful in a server environment, Linux has also attained status as a viable desktop platform.
Origins
The origins of Linux are remarkable. The first Linux kernel was written by an upstart college student from Finland in 1991 in defiance of a competing operating system, Minix, creation of a renowned professor of computer architecture. The ensuing debate between Linux creator Linus Torvalds and Dr. Andrew S. Tanenbaum[2], has been retold repeatedly with amusement and amazement (please see the Monolithic versus Microkernel article for more information). Initially, Torvalds came down on the side of what is practical and can be implemented easily, and Tanenbaum came down on the side of academic theory. But Linux soon won Professor Tanenbaum over.
The name Linux was created by combining Linus with the "x" in Unix. Torvalds originally intended to call the project "Freax", for Free and Freak, with the "x" denoting that it is Unix-like, but after one of his colleagues named the system's FTP directory after him, the name stuck.[3] Linux is pronounced like Minix.
Before Linux, only non-free kernels such as Minix were available for use on low-cost computers. In 1984, Dr. Richard Stallman united many of these programmers to found the Free Software Foundation, a non-profit organization with the goal of creating a free alternative to expensive Unix. Free Software Foundation was the mother of all open source organizations, and work was done throughout the late 1980's towards creating a free Unix-like operating system, which was to be called the GNU[4] system (GNU stood for GNU's Not Unix). They built highly successful tools for such a system, including the GNU C compiler, debugger, and text editor, but the attempt to produce a kernel fell short. When Linux came along, the GNU developers embraced it and combined their tools with it.
At this point, there was widespread talk about changing the name Linux to GNU/Linux to credit those who worked on the tools which fleshed out the Linux kernel into a full-fledge operating system. But Linux creator Linus Torvalds said that "calling Linux in general just 'GNU/Linux' I think is ridiculous."[5]. The name remained simply Linux.
Applications running on Linux
Aside from the GNU project's applications, Linux is capable of running many applications of all natures, from games and graphic editors to Integrated Development Environments and web servers. Among the most commonly used applications are The GIMP photo editing tool, which is commonly referred to as a free alternative to Photoshop, Firefox, a feature-complete, tabbed web browser, and OpenOffice, which is a free, full-featured alternative to the Microsoft Office suite. The GIMP, Firefox and OpenOffice are all cross-platform as well, meaning they run on Microsoft Windows and Mac OS X.
Unlike Microsoft Windows NT, Linux itself is not a graphical system. Instead, Linux relies on a graphical layer to output bitmap images. The most common application for this is called X.org, commonly referred to as just X. X.org is a very minimal program that purposely does as little as possible. Users do not normally see it, but the results of its work. X.org serves as a layer between the kernel and the desktop environment or window manager. Window managers, like Openbox or wmii, are only able to manage windows and desktops, while desktop environments, such as GNOME, KDE and Xfce, provide advanced graphical functionality, such as the ability to process text, organize photos or chat online.
References
- ↑ "Top 10 Distributions". Retrieved on 2007-04-09.
- ↑ Andrew S. Tanenbaum, Professor of Computer Science. Vrije Universiteit, Amsterdam, The Netherlands. Retrieved on 2007-04-06.
- ↑ USENET post on Linux naming (Retreived 06 April 2007).
- ↑ About the GNU Project (Retreived 06 April 2007).
- ↑ The "GNU/Linux" and "Linux" Controversy (Retreived 06 April 2007).