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
admin_grundlagen:hilfe [2020/12/04 13:50]
holger_jakobs [man]
admin_grundlagen:hilfe [2021/11/02 22:03]
Zeile 1: Zeile 1:
-====== Hilfe direkt vom Kommando abfragen ====== 
-  ls --help 
-  ls -h 
-  ls -? 
-... funktioniert mit vielen Kommandos, aber nicht mit allen. 
  
-Webbasiert: http://​explainshell.com/​explain 
- 
-====== Manual Page ====== 
-===== show help for a command ===== 
-  man ip 
-((shotkeys like in [[less]])) 
- 
-  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 
- 
-Gliederung von man-Pages: 
-| NAME        | commandname with short description of the syntax | 
-| SYNOPSIS ​   | overview command incl. parameters ​               | 
-| DESCRIPTION | detailed description of the command and its options | 
-| FILES       | related files                                    | 
-| EXAMPLES ​   | usage examples ​                                  | 
-| SEE ALSO    | related topics ​                                  | 
-| COPYRIGHT ​  | authors of the command ​                          | 
-| BUGS        | known bugs of the command ​                       | 
- 
-===== find man-pages to a topic ===== 
-  apropos password 
-  whatis passwd 
- 
-===== help for shell builtins ===== 
-  help alias 
- 
-====== info ====== 
- 
-  info date 
- 
-====== documentation provided by the distribution ====== 
-===== Debian ===== 
-  * https://​www.debian.org/​doc 
- 
-===== Ubuntu ===== 
-  * https://​help.ubuntu.com/​lts/​ubuntu-help 
- 
-===== SuSE ===== 
-  * http://​de.opensuse.org 
- 
-===== RedHat ===== 
-  * http://​www.redhat.com/​docs/​manuals/​enterprise/​ 
-  * http://​www.centos.org/​docs/​5/​ 
- 
-====== Bugtracker der Distributionen ====== 
-siehe [[Fehlersuche]] 
- 
-====== empfehlenswerte Webseiten ====== 
-  * [[ http://​www.tldp.org | Linux Documentation Projekt ]] HowTos und Guides 
-  * [[ http://​www.oreilly.de/​open-books | O'​Reilly Online Bücher ]] 
-  * [[ http://​www.prolinux.de | Prolinux News, Tipps und Anleitungen ]] 
-  * [[ http://​de.wikipedia.org/​ | Wikipedia ]] 
-  * [[ http://​debiananwenderhandbuch.de/​ | Debian Anwenderhandbuch ]] 
-  * [[ https://​ubuntuusers.de/​ | Ubuntuusers ]] 
- 
- 
- 
-====== User Groups ====== 
-  *  [[http://​www.guug.de | German Unix User Group ]] 
-  *  [[http://​www.prolinux.de/​lugs | Linux User Groups in Deutschland]] 
- 
- 
-====== Eingegebene Befehle mitprotokollieren ====== ​ 
-  script -t 2> mitschrift.timing -a mitschrift.session 
-Protokoll beenden: ''​Strg + d''​ 
- 
-Mitschrift abspielen: 
-  scriptreplay mitschrift.timing mitschrift.session 
admin_grundlagen/hilfe.txt · Zuletzt geändert: 2024/01/22 15:41 von sh