next up previous contents
Nächste Seite: Vernetzung Aufwärts: Die Benutzerschnittstelle Vorherige Seite: Drucken   Inhalt


Online-Dokumentation

Unixsysteme sind normalerweise mit einer Online-Dokumentation aller Kommandos, den sogenannten Man-pages, ausgestattet. Zum Lesen dieser Dokumentation steht das Kommando zur Verfügung.
\fbox{{\tt man} {\it kommandoname}}
Insbesondere die Erklärungen zu den verschiedenen Optionen eines Befehls sind wichtig für die effektive Benutzung eines Unix-Systems.
Beispiel:
svr50> man pwd

PWD(1L)                                                   PWD(1L)

NAME
       pwd - print name of current/working directory

SYNOPSIS
       pwd
       pwd {--help,--version}

DESCRIPTION
       This  manual  page  documents the GNU version of pwd.  pwd
       prints the fully resolved name of the  current  directory.
       That is, all components of the printed name will be actual
       directory names -- none will be symbolic links.

       Note that most Unix shells provide a built-in pwd  command
       with  similar  functionality so the unadorned, interactive
       pwd command will usually execute the built-in version  and
       not this one.

   OPTIONS
       --help Print  a  usage message on standard output and exit
              successfully.
line 1
Die Anzeige stoppt, wenn das Fenster voll ist. Mit der Space-Taste kann man den nächsten Teil anzeigen lassen.
       pwd
       pwd {--help,--version}

DESCRIPTION
       This  manual  page  documents the GNU version of pwd.  pwd
       prints the fully resolved name of the  current  directory.
       That is, all components of the printed name will be actual
       directory names -- none will be symbolic links.

       Note that most Unix shells provide a built-in pwd  command
       with  similar  functionality so the unadorned, interactive
       pwd command will usually execute the built-in version  and
       not this one.

   OPTIONS
       --help Print  a  usage message on standard output and exit
              successfully.

       --version
              Print version information on standard  output  then
              exit successfully.

FSF                    GNU Shell Utilities                      1

line 11/66 (END)
Wenn erscheint ist die Man-page beendet und man gelangt mit $[q]$ wieder zum Prompt.

Man kann die Man-pages auch mit unter X-Window, s. 3.2.8 auf Seite [*], lesen.

Eine weitere Möglichkeit etwas über Kommandos zu erfahren ist
\fbox{{\tt apropos} {\it kommandoname}}
Damit werden die Man-pages durchsucht, z.B.

svr50> apropos apropos
apropos (1)          - search the manual page names and descriptions
svr50> 
svr50> apropos latex
latex (1)            - structured text formatting and typesetting
lyx (1)              - A graphical frontend for LaTeX Cr n (c) ..
slitex (1)           - make LaTeX slides
transfig (1x)        - creates a makefile for portable LaTeX figures
svr50>



Lars Tornow 2003-04-02