Wie funktioniert Linux?
Literatur und weiterführende Verweise
Informationen im System selbst
Der Umfang an Informationen im installierten System hängt natürlich davon ab, welche Distribution benutzt wurde und welche Pakete ausgewählt worden sind. Käuflich erworbene Distributionen enthalten auch Dokumentationen in Buchform.Die folgenden Angaben beziehen sich auf ein Redhat 6.0 System. In anderen Versionen oder Distributionen kann es kleine Unterschiede bzgl. der Lokalisierung im Filesystem geben.
- Manuals
-
- Beschreibungen zum System in einheitlichem Format
- Kommando man
- Beispiel:
-
% man bash
BASH(1) BASH(1)NAME
bash - GNU Bourne-Again SHellSYNOPSIS
bash [options] [file]COPYRIGHT
Bash is Copyright (C) 1989, 1991 by the Free Software
Foundation, Inc.DESCRIPTION
Bash is an sh-compatible command language interpreter that
executes commands read from the standard input or from a
file. Bash also incorporates useful features from the
Korn and C shells (ksh and csh).Bash is ultimately intended to be a conformant implementa-
tion of the IEEE Posix Shell and Tools specification (IEEE
Working Group 1003.2).
:
- Manuals sind organisiert in verschiedenen Sektionen
-
- Sektion 1: Kommandos
- Sektion 2: Systemrufe
- Sektion 3: Bibliotheksfunktionen
- Sektion 4: Special Files
- Sektion 5: File-Formate
- Sektion 6: Demos und Spiele
- Sektion 7: Sonstiges: Makro-Pakete, ASCII-Tabelle, Filesystem-Hierarchie
- Sektion 8: Kommandos zur Administration
- zu jeder Sektion gibt es eine Einführung
-
% man 7 intro
INTRO(7) Linux Programmer's Manual INTRO(7)NAME
intro - Introduction to miscellany sectionDESCRIPTION
This chapter describes miscellaneous things such as nroff
macro packages, tables, C header files, the file hierar-
chy, general concepts, and other things which don't fit
anywhere else.AUTHORS
Look at the header of the manual page for the author(s)
and copyright conditions. Note that these can be differ-
ent from page to page!Linux April 23, 1993 1
% - im Filesystem: /usr/man
- schnelle Hilfe: Kommandos whatis(1), apropos(1)
-
% whatis lilo
lilo (8) - install boot loader
lilo.conf (5) - configuration file for lilo
%
- FAQ's - Oft gestellte Fragen
-
- /usr/doc/FAQ
- in verschiedenen Formaten: Postscript, HTML, ASCII-Text
- Einstieg: /usr/doc/FAQ/html/Linux-FAQ.html
- im Netz:
Linux Frequently Asked Questions with Answers
RedHat-FAQs
SuSE-Supportdatenbank
- HOWTO's - Was ist zu tun, um...?
-
- /usr/doc/HOWTO
- in verschiedenen Formaten: ASCII-Text, HTML
- teilweise auch in deutsch: /usr/doc/HOWTO/translations/de
- Einstieg: /usr/doc/HOWTO/translations/de/html/DE-HOWTO.html
- im Netz:
Deutsches Linux HOWTO
Projekt
HOWTOs innerhalb des Linux Documentation Project (LDP)
- Dokumentationen
-
- zu den meisten Software-Paketen existieren umfangreiche Dokumentationen (Installationshinweise, Tips zur Benutzung, ...)
- Empfehlung: Suchen in /usr/doc
- Hilfe-System der grafischen Oberflächen, erreichbar über Menüs
Bücher
eine Liste über deutsche Linux Bücher und Magazine gibt es bei FokusZeitschriften
Online-Quellen
- Kursunterlagen: Konzepte von UNIX/Linux
- Linux WWW Ressources
- Linux an der TU Chemnitz
- Chemnitzer Linux User Group
| Zur Homepage des URZ Thomas Müller, Christoph Ziegler, 11. März 2000 |