Hier werden die Unterschiede zwischen zwei Versionen gezeigt.
| Beide Seiten, vorherige Überarbeitung Vorherige Überarbeitung Nächste Überarbeitung | Vorherige Überarbeitung | ||
|
admin_grundlagen:hilfe [2020/12/04 14:04] holger_jakobs |
admin_grundlagen:hilfe [2025/03/24 09:28] (aktuell) |
||
|---|---|---|---|
| Zeile 8: | Zeile 8: | ||
| ====== Manual Page ====== | ====== Manual Page ====== | ||
| - | Handbuchseite eines Kommandos anzeigen (anhand von ''ip'' und ''crontab''): | + | Handbuchseite eines Kommandos anzeigen (anhand von ''ip'' und ''crontab''): (( ''man'' öffnet die Hilfeseite nur, angezeigt wird sie von [[less]] )) |
| man ip | man ip | ||
| Zeile 36: | Zeile 36: | ||
| apropos password | apropos password | ||
| whatis passwd | whatis passwd | ||
| + | man -k password | ||
| + | ''apropos'' ist ein symbolischer Link auf ''man -k''. | ||
| ===== Hilfe zu in die Shell eingebauten Kommandos ===== | ===== Hilfe zu in die Shell eingebauten Kommandos ===== | ||
| help alias | help alias | ||
| + | ''help'' ohne ein Kommando dahinter listet alle in die Shell eingebauten Kommandos auf. | ||
| ====== Info-Seiten ====== | ====== Info-Seiten ====== | ||
| Zeile 46: | Zeile 49: | ||
| info date | info date | ||
| + | |||
| + | ====== Weitere Tools ====== | ||
| + | Verwendung auf eigene Gefahr ;-) | ||
| + | |||
| + | == tldr == | ||
| + | # apt-get install tldr | ||
| + | $ tldr -u | ||
| + | $ tldr rsync | ||
| + | |||
| + | == cheat.sh == | ||
| + | $ curl cht.sh | ||
| + | $ curl cht.sh/rsync | ||
| + | $ curl cht.sh/go+create+file | ||
| + | $ curl cht.sh/shell+create+file | ||
| ====== Dokumentation von der jeweiligen Linux-Distribution ====== | ====== Dokumentation von der jeweiligen Linux-Distribution ====== | ||