Difference between revisions of "CheatSheet/de"

no edit summary
(Created page with "<!-- Example titles --> = Befehls-CheatSheet für Manjaro =")
 
Line 1: Line 1:
<languages/>
<languages/>
<!-- Example titles -->
<!-- Example titles -->
= Befehls-CheatSheet für Manjaro =
= Befehls-Spickzettel für Manjaro =


<!-- TOC shows contents of the page -->
<!-- TOC shows contents of the page -->
Line 40: Line 40:
</div>
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
Befehl als root ausführen {{UserCmd|command=sudo [command]}}
Execute command as root {{UserCmd|command=sudo [command]}}
Passwort-Cache leeren {{UserCmd|command=sudo -k}}
Empty password cache {{UserCmd|command=sudo -k}}
Benutzer-Passwort ändern {{UserCmd|command=passwd username}}
Change user password {{UserCmd|command=passwd username}}
Besitzer und Gruppe einer Datei ändern {{UserCmd|command=chown [owner]:[group] -c [file]}}
Change owner and group of file {{UserCmd|command=chown [owner]:[group] -c [file]}}
Zugangsberechtigungen für Datei ändern {{UserCmd|command=chmod [permissions] -c [file]}}
Change file permissions {{UserCmd|command=chmod [permissions] -c [file]}}
Berechtigungen im Oktalmodus festlegen: 4(read) 2(write) 1(execute)
Set permissions in octal mode: 4(read) 2(write) 1(execute)
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
Beispiel: 755 Lesen-Schreiben-Ausführen für Besitzer und Lesen-Ausführen für Gruppe und andere
Example: 755 read-write-execute for owner and read-execute for group and others
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
<div lang="en" dir="ltr" class="mw-content-ltr">
Line 95: Line 91:
</div>
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
Kernel-Version anzeigen {{UserCmd|command=uname -r}}
Display kernel version {{UserCmd|command=uname -r}}
Lange Kernel-Version anzeigen {{UserCmd|command=uname -a}}
Display long kernel version {{UserCmd|command=uname -a}}
Speicherplatzbelegung des Dateisystems anzeigen {{UserCmd|command=df [/] [/home]}}  {{UserCmd|command=sudo btrfs filesystem usage -h [/]}}
Report file system disk space usage {{UserCmd|command=df [/] [/home]}}  {{UserCmd|command=sudo btrfs filesystem usage -h [/]}}
Systemprozesse anzeigen {{UserCmd|command=top}}  {{UserCmd|command=htop}}
Display system tasks  {{UserCmd|command=top}}  {{UserCmd|command=htop}}
Systeminformationen anzeigen {{UserCmd|command=inxi --admin --verbosity=7 --filter --width}}
Display system information {{UserCmd|command=inxi --admin --verbosity=7 --filter --width}}
Prozessbaum anzeigen {{UserCmd|command=pstree}}
Display a tree of processes  {{UserCmd|command=pstree}}
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
Zum tty wechseln  
Switch to tty   
* {{key press|Ctrl|Alt|F1}}  
* {{key press|Ctrl|Alt|F1}}  
* {{key press|Ctrl|Alt|F2}}  
* {{key press|Ctrl|Alt|F2}}  
Line 112: Line 105:
* {{key press|Ctrl|Alt|F5}}  
* {{key press|Ctrl|Alt|F5}}  
* {{key press|Ctrl|Alt|F6}}
* {{key press|Ctrl|Alt|F6}}
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
<div lang="en" dir="ltr" class="mw-content-ltr">
Line 142: Line 134:
</div>
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
[https://forum.manjaro.org/t/manjaro-cli-cheat-sheet/101305 Ursprünglicher Forum-Post]
[https://forum.manjaro.org/t/manjaro-cli-cheat-sheet/101305 Original forum post]
</div>
<!--Category or categories should have a translation extension below example-->
<!--Category or categories should have a translation extension below example-->
[[Category:Boilerplate{{#translation:}}]]
[[Category:Boilerplate{{#translation:}}]]
37

edits