Linuxhotel Wiki

Wie ging das nochmal?

Benutzer-Werkzeuge

Webseiten-Werkzeuge


admin_grundlagen:hilfe

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen gezeigt.

Link zu der Vergleichsansicht

Beide Seiten, vorherige Überarbeitung Vorherige Überarbeitung
Nächste Überarbeitung
Vorherige Überarbeitung
Nächste Überarbeitung Beide Seiten, nächste Überarbeitung
admin_grundlagen:hilfe [2019/11/25 09:55]
127.0.0.1 Externe Bearbeitung
admin_grundlagen:hilfe [2020/08/31 12:58]
127.0.0.1 Externe Bearbeitung
Zeile 1: Zeile 1:
-====== ​Hilfe zu einem Befehl anzeigen ​======+====== ​getting help for a command ​======
   ls --help   ls --help
   ls -h   ls -h
   ls -?   ls -?
 ... ...
-Funktioniert bei vielen Befehlennicht bei allen.+works with many commandsnot with all
  
-Oder im Web: http://​explainshell.com/​explain+web based: http://​explainshell.com/​explain
  
 ====== man ====== ====== man ======
-===== Hilfe zu einem Befehl anzeigen ​=====+===== show help for a command ​=====
   man ip   man ip
-((Tastenkürzel wie bei [[less]]))+((shotkeys like in [[less]]))
  
-alle vorhandenen ​man-pages+  man crontab 
 +sucht nach '​crontab'​ von Anfang (Section 1) an 
 +  man 5 crontab 
 +sucht nach '​crontab'​ nur innerhalb von Section 5 
 + 
 +show all present ​man-pages
   man -a passwd   man -a passwd
- 
-oder (unter KDE) 
- 
-  konqueror man:/date 
  
 Gliederung von man-Pages: Gliederung von man-Pages:
-| NAME        | BEZEICHNUNG ​ | Befehlsname mit kurzer Funktionsbeschreibung ​  +| NAME        | commandname with short description of the syntax ​
-| SYNOPSIS ​   | ÜBERSICHT ​   | Übersicht Befehlsaufruf ​incl. Parameter ​       ​+| SYNOPSIS ​   | overview command ​incl. parameters ​               ​
-| DESCRIPTION | BESCHREIBUNG | Ausführliche Beschreibung der Kommandowirkung  ​+| DESCRIPTION | detailed description of the command and its options ​
-| FILES       ​| ​DATEIEN ​     | Benötigte bzw. bearbeitete Dateien ​            +| FILES       ​| ​related files                                    ​
-| EXAMPLES ​   | BEISPIELE ​   | Beispiele zur Anwendung ​                       ​+| EXAMPLES ​   | usage examples ​                                  
-| SEE ALSO    | SIEHE AUCH   | Querverweise auf verwandte Themen ​             ​+| SEE ALSO    | related topics ​                                  
-| COPYRIGHT ​  ​| ​COPYRIGHT ​   | Autor(en) des Kommandos ​                       ​+| COPYRIGHT ​  ​| ​authors of the command ​                          
-| BUGS        | FEHLER ​      | Bekannte Fehler des Kommandos ​                 ​|+| BUGS        | known bugs of the command ​                       ​|
  
-===== Hilfe-Seiten zu einem Thema finden ​=====+===== find man-pages to a topic =====
   apropos password   apropos password
-  whatis ​password+  whatis ​passwd
  
-===== interne Shell Befehle ​=====+===== help for shell builtins ​=====
   help alias   help alias
  
Zeile 40: Zeile 41:
  
   info date   info date
-Alternativ: ​ 
-  konqueror info:/date 
  
-====== ​Dokumentation der Distributionen ​======+====== ​documentation provided by the distribution ​======
 ===== Debian ===== ===== Debian =====
-  * http://​www.debian.de/doc/+  * https://​www.debian.org/doc
  
 ===== Ubuntu ===== ===== Ubuntu =====
-  * https://​help.ubuntu.com/​10.04 +  * https://​help.ubuntu.com/​lts/​ubuntu-help
  
 ===== SuSE ===== ===== SuSE =====
-  * http://​de.opensuse.org/​Dokumentation +  * http://​de.opensuse.org
-  * http://​www.novell.com/​de-de/​documentation/​opensuse113/​index.html+
  
 ===== RedHat ===== ===== RedHat =====
admin_grundlagen/hilfe.txt · Zuletzt geändert: 2024/01/22 15:41 von sh