Next Previous Contents

2. General Info About Linux

Linux is a completely free reimplementation of the POSIX specification, with SYSV and BSD extensions (which means it looks like Unix, but does not come from the same source code base), which is available in both source code and binary form. It is copyrighted by Linus B. Torvalds (Linus.Torvalds@Helsinki.FI) and other contributors, and is freely redistributable under the terms of the GNU Public License.

2.1 Brief History of Linux

I gathered some notable linux kernel release info from:

2.2 Where to get Linux ( Free distributions and commercial ones )

There are tons of reading material on how to get started, some of which might interest you are:

2.3 Linux HOWTO Documents and FAQs

The Linux Documentation Project (LDP) is writing a set of manuals and books about Linux, all of which are freely distributable on the net and available from the LDP home page.

To contribute linux related documents join the mailing list linux-doc@vger.rutgers.edu mailing list.

To: majordomo@vger.rutgers.edu 
Subject: subject line is ignored

help
end             

2.4 Linux HOWTOs

The Linux HOWTO Documents are part of the Linux Documentation Project (LDP) to help answer users common questions and issues.

For more information about HOWTOs, please refer to HOWTO-INDEX maintained by Tim Bynum, linux-howto@sunsite.unc.edu

2.5 Grep'ping the HOWTOs

Because of the great volume of documents out there, a couple years ago I wrote a simple script that will search all the HOWTOs, FAQ and mini-HOWTOs for keywords and phrases.

I keep a duplicate local copy of Sunsite's HOWTO at:

A simple grep based search engine is at:

Searching the HOWTO

2.6 AutoFS Related Mailing List

There is an autofs mailing list at autofs@linux.kernel.org

Send email to majordomo@linux.kernel.org with "subscribe autofs" in the body of the email.

Add "end" as the second line if you have a signature file appended to your outgoing emails

2.7 Linux NewsGroups

For more info, visit LDP at Linux NewsGroups

2.8 Linux Networking related documents

A well written networking HOWTO is NET-3-HOWTO written by Terry Dawson, terry@perf.no.itg.telecom.com.au

http://sunsite.unc.edu/LDP/HOWTO/NET-3-HOWTO.html

The Linux Network Administration Guide is Copyright (c) by Olaf Kirch has written a substantial document as part of the Linux Documentation Project and is freely available from the site.

You should also read the other HOWTO documents relevant to networking with Linux. They are:

If you are after some basic tutorial information on tcp/ip networking generally, then I recommend you take a look at the following documents:

2.9 Linux Document Search Engines

Search Engines in the Linux Documents and Man Pages

2.10 Other Websites

The AutoFS HOWTO is maintained at http://www.Linux-Consulting.com/Amd_AutoFS

The NET-2/3-HOWTO is available at:

2.11 Linux Networking Related Books

The Linux Network Administration Guide is copyright (c) by Olaf Kirch is freely available from various sites.

The book is published by SSC - Specialized System Consultants

Additional network related books are available from our friends at OReilly & Associates

An online Quick AutoFS Tutorial by Marc Neilsen

2.12 Automounter Man Pages and source code

Man pages for amd

Man pages for autofs

Autofs source code is part of the newer linux kernels at

amd source code is


Next Previous Contents