| 1 |
<!-- retain these comments for translator revision tracking -->
|
| 2 |
<!-- $Id$ -->
|
| 3 |
|
| 4 |
<sect1 id="what-is-linux">
|
| 5 |
<title>What is GNU/Linux?</title>
|
| 6 |
<para>
|
| 7 |
|
| 8 |
Linux is an operating system: a series of programs that let you
|
| 9 |
interact with your computer and run other programs.
|
| 10 |
|
| 11 |
</para><para>
|
| 12 |
|
| 13 |
An operating system consists of various fundamental programs which are
|
| 14 |
needed by your computer so that it can communicate and receive
|
| 15 |
instructions from users; read and write data to hard disks, tapes, and
|
| 16 |
printers; control the use of memory; and run other software. The most
|
| 17 |
important part of an operating system is the kernel. In a GNU/Linux
|
| 18 |
system, Linux is the kernel component. The rest of the system
|
| 19 |
consists of other programs, many of which were written by or for the
|
| 20 |
GNU Project. Because the Linux kernel alone does not form a working
|
| 21 |
operating system, we prefer to use the term <quote>GNU/Linux</quote>
|
| 22 |
to refer to systems that many people casually refer to as
|
| 23 |
<quote>Linux</quote>.
|
| 24 |
|
| 25 |
</para><para>
|
| 26 |
|
| 27 |
Linux is modelled on the Unix operating system. From the start, Linux
|
| 28 |
was designed to be a multi-tasking, multi-user system. These facts are
|
| 29 |
enough to make Linux different from other well-known operating
|
| 30 |
systems. However, Linux is even more different than you might
|
| 31 |
imagine. In contrast to other operating systems, nobody owns
|
| 32 |
Linux. Much of its development is done by unpaid volunteers.
|
| 33 |
|
| 34 |
</para><para>
|
| 35 |
|
| 36 |
Development of what later became GNU/Linux began in 1984, when the
|
| 37 |
<ulink url="http://www.gnu.org/">Free Software Foundation</ulink>
|
| 38 |
began development of a free Unix-like operating system called GNU.
|
| 39 |
|
| 40 |
</para><para>
|
| 41 |
|
| 42 |
The GNU Project has developed a comprehensive set of free software
|
| 43 |
tools for use with Unix™ and Unix-like operating systems such as
|
| 44 |
Linux. These tools enable users to perform tasks ranging from the
|
| 45 |
mundane (such as copying or removing files from the system) to the
|
| 46 |
arcane (such as writing and compiling programs or doing sophisticated
|
| 47 |
editing in a variety of document formats).
|
| 48 |
|
| 49 |
</para><para>
|
| 50 |
|
| 51 |
While many groups and individuals have contributed to Linux, the
|
| 52 |
largest single contributor is still the Free Software Foundation,
|
| 53 |
which created not only most of the tools used in Linux, but also the
|
| 54 |
philosophy and the community that made Linux possible.
|
| 55 |
|
| 56 |
</para><para>
|
| 57 |
|
| 58 |
The <ulink url="&url-kernel-org;">Linux kernel</ulink> first
|
| 59 |
appeared in 1991, when a Finnish computing science student named Linus
|
| 60 |
Torvalds announced an early version of a replacement kernel for Minix
|
| 61 |
to the Usenet newsgroup <userinput>comp.os.minix</userinput>. See
|
| 62 |
Linux International's
|
| 63 |
<ulink url="&url-linux-history;">Linux History Page</ulink>.
|
| 64 |
|
| 65 |
</para><para>
|
| 66 |
|
| 67 |
Linus Torvalds continues to coordinate the work of several hundred
|
| 68 |
developers with the help of a few trusty deputies. An excellent
|
| 69 |
weekly summary of discussions on the
|
| 70 |
<userinput>linux-kernel</userinput> mailing list is
|
| 71 |
<ulink url="&url-kernel-traffic;">Kernel Traffic</ulink>.
|
| 72 |
More information about the <userinput>linux-kernel</userinput> mailing
|
| 73 |
list can be found on the
|
| 74 |
<ulink url="&url-linux-kernel-list-faq;">linux-kernel mailing list FAQ</ulink>.
|
| 75 |
|
| 76 |
</para><para>
|
| 77 |
|
| 78 |
Linux users have immense freedom of choice in their software. For
|
| 79 |
example, Linux users can choose from a dozen different command line
|
| 80 |
shells and several graphical desktops. This selection is often
|
| 81 |
bewildering to users of other operating systems, who are not used to
|
| 82 |
thinking of the command line or desktop as something that they can
|
| 83 |
change.
|
| 84 |
|
| 85 |
</para><para>
|
| 86 |
|
| 87 |
Linux is also less likely to crash, better able to run more than one
|
| 88 |
program at the same time, and more secure than many operating
|
| 89 |
systems. With these advantages, Linux is the fastest growing operating
|
| 90 |
system in the server market. More recently, Linux has begun to be
|
| 91 |
popular among home and business users as well.
|
| 92 |
|
| 93 |
</para>
|
| 94 |
|
| 95 |
</sect1>
|
| 96 |
|