old-www/FAQ/Linux-FAQ/general.html

603 lines
11 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML
><HEAD
><TITLE
>General Information</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
REL="HOME"
TITLE="The Linux FAQ"
HREF="index.html"><LINK
REL="PREVIOUS"
TITLE="Introduction"
HREF="intro.html"><LINK
REL="NEXT"
TITLE="The Linux Kernel"
HREF="kernel.html"></HEAD
><BODY
CLASS="sect1"
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV
CLASS="NAVHEADER"
><TABLE
SUMMARY="Header navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="3"
ALIGN="center"
>The Linux FAQ</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="intro.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
></TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="kernel.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
CLASS="sect1"
><H1
CLASS="sect1"
><A
NAME="general"
></A
>2. General Information</H1
><DIV
CLASS="qandaset"
><DL
><DT
>Q: <A
HREF="general.html#what-is-linux"
>What Is Linux?</A
></DT
><DT
>Q: <A
HREF="general.html#is-linux-unix"
>Is Linux Unix?</A
></DT
><DT
>Q: <A
HREF="general.html#who-wrote-linux"
>Who Wrote Linux?</A
></DT
><DT
>Q: <A
HREF="general.html#is-linux-public-domain-copyrighted"
>How Is Linux Licensed?</A
></DT
><DT
>Q: <A
HREF="general.html#pronounce-linux"
>How Does One Pronounce Linux?</A
></DT
><DT
>Q: <A
HREF="general.html#how-many-people"
>How Many People Use Linux?</A
></DT
></DL
><DIV
CLASS="qandaentry"
><DIV
CLASS="question"
><P
><A
NAME="what-is-linux"
></A
><B
>Q: </B
>What Is Linux?</P
></DIV
><DIV
CLASS="answer"
><P
><B
>A: </B
>The name "Linux" is used to refer to three similar yet slightly different things,
which can be confusing to all but the hardcore geek.
The three usages vary by how much of a complete software system the speaker is talking about.
</P
><P
>At the lowest level, every Linux system is based on the <EM
>Linux kernel</EM
>
&#8212; the very low-level software that manages your computer hardware,
multi-tasks the many programs that are running at any given time, and other
such essential things.
These low-level functions are used by other programs, so their authors can
focus on the specific functionality they want to provide.
Without the kernel, your computer is a very expensive doorstop.
It has all of the features of a modern operating system: true multitasking,
threads, virtual memory, shared libraries, demand loading, shared, copy-on-write
executables, proper memory management,
loadable device driver modules, video frame buffering, and TCP/IP networking.
</P
><P
>Most often, the name "Linux" is used to refer to the <EM
>Linux Operating System</EM
>.
An OS includes the kernel, but also adds various utilities &#8212; the kinds of programs
you need to get anything done.
For example, it includes a <EM
>shell</EM
> (the program that provides a command prompt and lets you run programs),
a program to copy files, a program to delete files, and many other odds and ends.
Some people honor the request of Richard Stallman and the <A
HREF="http://www.gnu.org"
TARGET="_top"
><I
CLASS="citetitle"
>GNU Project</I
></A
>,
and call the Linux OS <EM
>GNU/Linux</EM
>, because a good number of these utility programs were written by the GNU folks.
</P
><P
>Finally, software companies (and sometimes volunteer groups) add on lots of extra software, like the
<A
HREF="http://www.xfree86.org"
TARGET="_top"
><I
CLASS="citetitle"
>XFree86 X Window System</I
></A
>, <A
HREF="http://www.gnome.org"
TARGET="_top"
><I
CLASS="citetitle"
>Gnome</I
></A
>,
<A
HREF="http://www.kde.org"
TARGET="_top"
><I
CLASS="citetitle"
>KDE</I
></A
>, games and many other applications.
These software compilations which are based on the Linux OS are called <EM
>Linux distributions</EM
>.
</P
><P
>So, there are three Linuxes: the Linux kernel, the Linux OS, and the various Linux distributions.
Most people, however, refer to the operating system kernel, system software,
and application software, collectively, as "Linux", and that convention is
used in this FAQ as well.
</P
><P
>See also the Wikipedia articles on the
<A
HREF="http://www.wikipedia.com/wiki.phtml?title=Linux_kernel"
TARGET="_top"
><I
CLASS="citetitle"
>Linux kernel</I
></A
> and the <A
HREF="http://www.wikipedia.com/wiki.phtml?title=Linux_operating_system"
TARGET="_top"
><I
CLASS="citetitle"
>Linux operating system</I
></A
>.
</P
></DIV
></DIV
><DIV
CLASS="qandaentry"
><DIV
CLASS="question"
><P
><A
NAME="is-linux-unix"
></A
><B
>Q: </B
>Is Linux Unix?</P
></DIV
><DIV
CLASS="answer"
><P
><B
>A: </B
>Officially an operating system is not allowed to be called a Unix until it
passes the Open Group's certification tests, and supports the necessary API's.
Nobody has yet stepped forward to pay the large fees that certification
involves, so we're not allowed to call it Unix.
Certification really doesn't mean very much anyway.
Very few of the commercial operating systems have passed the Open Group tests.
</P
></DIV
><DIV
CLASS="answer"
><P
><B
>A: </B
>Unofficially, Linux is very similar to the operating systems which are known
as Unix, and for many purposes they are equivalent.
Linux the kernel is an operating system kernel that behaves and performs similarly
to the famous Unix operating system from AT&#38;T Bell Labs.
Linux is often called a "Unix-like" operating system.
For more information, see <A
HREF="http://www.unix-systems.org/what_is_unix.html"
TARGET="_top"
><I
CLASS="citetitle"
>http://www.unix-systems.org/what_is_unix.html</I
></A
>.
</P
><P
>[Bob Friesenhahn]
</P
></DIV
></DIV
><DIV
CLASS="qandaentry"
><DIV
CLASS="question"
><P
><A
NAME="who-wrote-linux"
></A
><B
>Q: </B
>Who Wrote Linux?</P
></DIV
><DIV
CLASS="answer"
><P
><B
>A: </B
>Linus Torvalds and a loosely knit team of volunteer hackers from across
the Internet wrote (and still are writing) Linux from scratch.
</P
></DIV
></DIV
><DIV
CLASS="qandaentry"
><DIV
CLASS="question"
><P
><A
NAME="is-linux-public-domain-copyrighted"
></A
><B
>Q: </B
>How Is Linux Licensed?</P
></DIV
><DIV
CLASS="answer"
><P
><B
>A: </B
>Linus has placed the Linux kernel
under the GNU General Public License, which basically means that you may
freely copy, change, and distribute it, but you may not impose any
restrictions on further distribution, and you must make the source code
available.
</P
><P
>This is not the same as Public Domain. See the Copyright FAQ,
<A
HREF="ftp://rtfm.mit.edu/pub/usenet/news.answers/law/copyright"
TARGET="_top"
><I
CLASS="citetitle"
>ftp://rtfm.mit.edu/pub/usenet/news.answers/law/copyright</I
></A
>,
for details.
</P
><P
>Full details are in the file <TT
CLASS="filename"
>COPYING</TT
> in the Linux kernel
sources (probably in <TT
CLASS="filename"
>/usr/src/linux</TT
> on your system).
There is a FAQ for the GPL at: <A
HREF="http://www.gnu.org/copyleft/gpl-faq.html"
TARGET="_top"
><I
CLASS="citetitle"
>http://www.gnu.org/copyleft/gpl-faq.html</I
></A
>.
</P
><P
>The licenses of the utilities and programs which come with the installations
vary. Much of the code is from the GNU Project at the Free Software
Foundation, and is also under the GPL. Some other major programs often included
in Linux distributions are under a BSD license and other similar licenses.
</P
><P
>Note that discussion about the merits or otherwise of the GPL should be
posted to the news group gnu.misc.discuss, and not to the
<A
HREF="news:comp.os.linux"
TARGET="_top"
><I
CLASS="citetitle"
>news:comp.os.linux</I
></A
> hierarchy.
</P
><P
>For legal questions, refer to the answer:
<A
HREF="online-resources.html#where-are-linux-legal-issues-discussed"
><I
>Where Are Linux Legal Issues Discussed?</I
></A
>.
</P
></DIV
></DIV
><DIV
CLASS="qandaentry"
><DIV
CLASS="question"
><P
><A
NAME="pronounce-linux"
></A
><B
>Q: </B
>How Does One Pronounce Linux?</P
></DIV
><DIV
CLASS="answer"
><P
><B
>A: </B
>This question produces an outrageous amount of heated debate.
</P
><P
>If you want to hear Linus himself say how he pronounces it, download <TT
CLASS="filename"
>english.au</TT
> or
<TT
CLASS="filename"
>swedish.au</TT
> from <A
HREF="ftp://ftp.funet.fi/pub/Linux/PEOPLE/Linus/SillySounds/"
TARGET="_top"
><I
CLASS="citetitle"
>ftp://ftp.funet.fi/pub/Linux/PEOPLE/Linus/SillySounds/</I
></A
>.
If you have a sound card or the PC-speaker audio driver you can hear them by
typing
</P
><P
><TABLE
BORDER="0"
BGCOLOR="#E0E0E0"
WIDTH="100%"
><TR
><TD
><FONT
COLOR="#000000"
><PRE
CLASS="screen"
> $ cat english.au &#62;/dev/audio </PRE
></FONT
></TD
></TR
></TABLE
>
</P
><P
>The difference isn't in the pronunciation of Linux but in the language
Linus uses to say, "hello".
</P
><P
>For the benefit of those who
don't have the equipment or inclination: Linus pronounces Linux approximately
as <EM
>Leenus</EM
>, where the <EM
>ee</EM
> is pronounced as in "feet," but rather shorter,
and the <EM
>u</EM
> is like a much shorter version of the French <EM
>eu</EM
> sound in
<EM
>peur</EM
> (pronouncing it as the <EM
>u</EM
> in "put" is probably passable).
</P
></DIV
></DIV
><DIV
CLASS="qandaentry"
><DIV
CLASS="question"
><P
><A
NAME="how-many-people"
></A
><B
>Q: </B
>How Many People Use Linux?</P
></DIV
><DIV
CLASS="answer"
><P
><B
>A: </B
>Linux is freely available, and no one is required to
register with any central authority, so it is difficult to know.
Several businesses survive solely on selling and supporting Linux.
Linux newsgroups are some of the most heavily read on Usenet.
Accurate numbers are hard to come by, but the number is almost certainly in the millions.
</P
><P
>However, people can register as Linux users at the Linux Counter project,
which has been in existence since 1993. In May of 2003 the project counted
more than 134,000 users, but that is certainly only a small fraction of all users.
The operator of the Linux Counter estimated 18 million users, as of May 2003.
</P
><P
>Visit the Web site at <A
HREF="http://counter.li.org/"
TARGET="_top"
><I
CLASS="citetitle"
>http://counter.li.org/</I
></A
> and fill in the registration form.
</P
><P
>The current count is posted monthly to
<A
HREF="news:comp.os.linux.misc"
TARGET="_top"
><I
CLASS="citetitle"
>news:comp.os.linux.misc</I
></A
>, and is always available from the
Web site.
</P
><P
>[Harald Tveit Alvestrand]
</P
></DIV
><DIV
CLASS="answer"
><P
><B
>A: </B
>In 1999, International Data Corporation released its
first commercial forecast of Linux sales. The report quantifies Linux vendor
sales in 1996, 1997, and 1998, and forecasts through the year 2003.
</P
><P
>To obtain the report, contact IDC at <A
HREF="mailto:ctoffel@idc.com"
TARGET="_top"
><I
CLASS="citetitle"
>ctoffel@idc.com</I
></A
>.
Their Web site is <A
HREF="http://www.itresearch.com/"
TARGET="_top"
><I
CLASS="citetitle"
>http://www.itresearch.com/</I
></A
>.
</P
></DIV
></DIV
></DIV
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
SUMMARY="Footer navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="intro.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="index.html"
ACCESSKEY="H"
>Home</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="kernel.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>Introduction</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
>&nbsp;</TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>The Linux Kernel</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>