Linux 🐧 Befehl man / Linux 🐧 command man

in linux •  7 years ago 

Heute die Frage wie komme ich über Bash an Dokumentationen von Programmen ??

Die Antwort ist man mit diesem Befehl und dem Namen der Software, bekommt man die Dokumentation des entsprechenden Programms.

Man_2.5.2_de.png

Jetzt werden einige sagen das ist doch überholt. Ja dieses Programm ist mit das älteste im Linux Bereich, jedoch wird sowohl das Programm noch fleißig weiter entwickelt als auch alle Dokus werden zur verfügung gestellt.

es ist das schnelste Anzeigeprogramm für Dokumentationen.

Aber nun zu man

man

man -h oder man -? ruft die verkürzte Dokumentation auf. Hier werden alle Erweiterten Befehle genau beschrieben (auch in Deutsch)

Probiert es mal mit man man einfach mal aus.

Aufgebaut ist das Handbuch wie folgt

  1. Name der Anwendung
  2. die Syntax (Synopsis) hier werden alle Parameter und Optionen beschrieben
  3. Beschreibung (Description) eine Beschreibung der Funktionsweise des Programms
  4. OPTIONS (FLAGS) Eine, üblicherweise alphabetisch sortierte, Liste der Optionen und ihrer Parameter.
  5. USAGE Eine kleine Anleitung zum einsatz des Programms. (Nicht immer Vorhanden)
  6. Rückgabewerte in soweit das Programm etwas zurück gibt, beziehungs weise aus gibt.
  7. Beispiele einige Beispiele des Programms mit Optionen und Parametern. Sowie was es tut.
  8. SEE ALSO Eine Liste ähnlicher oder verwandter Befehle oder/und Funktionen, bei betroffenen Dateien wird hier auf die entsprechenden Einträge verwiesen.
  9. Fehler (Bugs) Hier werden bekannte Fehler oder und anwendungsfehler aufgelistet.
  10. Autoren (Authors) Hier dan die Danksagung an alle Mitwirkenden.

Auch für so manche Konfigurationsdateien existieren Handbücher welche mit man aufrufbar sind.

Einfach mal herum spielen.

Viel Spaß

Gruß Frank

Hier noch mein Dank für eure Unterstützung. für weitere Projekte.

Today the question how do I get over Bash to documentation of programs?

The answer is man with this command and the name of the software, you get the documentation of the corresponding program.

Now some will say that is outdated. Yes, this program is the oldest in the Linux area, but the program is still being developed and all the docs are provided.

Man_2.5.2_de.png

It is the fastest viewer for documentation.

But now to man

man

man -h orman -?calls the shortened documentation. Here all extended commands are described exactly (also in German)

Just give it a try with man man.

The manual is set up as follows

    • Name * of the application
  1. the * syntax (synopsis) * all parameters and options are described here
    • Description (Description) * a description of how the program works
    • OPTIONS (FLAGS) * A list of options and their parameters, usually alphabetically sorted.
    • USAGE * A small guide to using the program. (Not always available)
    • Return values ​​* as far as the program gives something back, resp.
    • Examples * some examples of the program with options and parameters. As well as what it does.
    • SEE ALSO * For a list of similar or related commands and / or functions, refer to the relevant entries for affected files.
    • Errors (Bugs) * List known errors or and application errors.
    • Authors * Here the thanks to all contributors.

Also for some configuration files there are manuals which can be called up with one.

Just play around.

Have fun

Greeting Frank

Here's my thanks for your support for more projects.

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

denn "man" steht für "manual page" richtig?
🤗

Das ist Gold richtig.