Benutzer-Werkzeuge

Webseiten-Werkzeuge


linux_essentials

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
linux_essentials [2024/01/17 07:58] – [Sich auf einem Linux-System zurechtfinden] torsten.roehllinux_essentials [2024/01/17 12:35] (aktuell) torsten.roehl
Zeile 18: Zeile 18:
  
 |LPI  Orginalquelle (English) | http://www.lpi.org| |LPI  Orginalquelle (English) | http://www.lpi.org|
-|freies Ebook| siehe [[download_links|Downloads]]|+|freies Ebook| @see [[download_links|Downloads]]|
 |Deutsche Übersetzung| http://wiki.lpi.org/wiki/LinuxEssentials%28DE%29| |Deutsche Übersetzung| http://wiki.lpi.org/wiki/LinuxEssentials%28DE%29|
 ===== Weitere Online-Quellen zur Prüfungsvorbereitung ===== ===== Weitere Online-Quellen zur Prüfungsvorbereitung =====
Zeile 25: Zeile 25:
 |Linux Essentials | http://le-easy.de/| Prüfungsvorbereitende Unterrichtsmaterialien für Schulen |  |Linux Essentials | http://le-easy.de/| Prüfungsvorbereitende Unterrichtsmaterialien für Schulen |
 |freies LinuxEssential-ebook von der LPIFront | https://www.tuxcademy.org/| |freies LinuxEssential-ebook von der LPIFront | https://www.tuxcademy.org/|
-|freies LinuxEssential-ebook der Städtische Berufsschule für Informationstechnik München |  |siehe [[download_links|Downloads]]|+|freies LinuxEssential-ebook der Städtische Berufsschule für Informationstechnik München |  | @see [[download_links|Downloads]]|
  
 ===== Linux Kommandos ===== ===== Linux Kommandos =====
Zeile 32: Zeile 32:
 ==== Sich auf einem Linux-System zurechtfinden ==== ==== Sich auf einem Linux-System zurechtfinden ====
  
-|apropos | | |       +|<color #00a2e8>**apropos**</color> | | |         
-|cd  |change directoy | Wechselt in das angegebene Verzeichnis |  +|<color #00a2e8>**cd**</color>  |change directoy | Wechselt in das angegebene Verzeichnis |  
-|cp  |copy | Kopiert Dateien oder Verzeichnisse | |cp Quelle Ziel| +|<color #00a2e8>**cp**</color>  |copy | Kopiert Dateien oder Verzeichnisse |''cp Quelle Ziel''
-|echo  | | |       +|<color #00a2e8>**echo**</color>  | | |       
-|locate | | |       +|<color #00a2e8>**locate**</color>  | | | |        
-|history | | |       +|<color #00a2e8>**history**</color>  | | | |        
-|info  | | |       +|<color #00a2e8>**info**</color>  | | |       
-|ls  |list| | ls -l| +|<color #00a2e8>**ls**</color>  |list| | ''ls -l''
-|man |  manual | |     +|<color #00a2e8>**man**</color>  manual | | |      
-|mkdir|  make directory | |     +|<color #00a2e8>**mkdir**</color> |make directory | |     
-|mv | move  | |     +|<color #00a2e8>**mv**</color>  |move  | | |      
-|rm  |remove | |     +|<color #00a2e8>**rm**</color> |remove | | |      
-|rmdir|  remove directory | |   +|<color #00a2e8>**rmdir**</color> | remove directory | |   
-|touch  | | |     +|<color #00a2e8>**touch**</color>  | | | |      
-|whatis || |     +|<color #00a2e8>**whatis**</color>  | | | |      
-|whereis | | |       +|<color #00a2e8>**whereis**</color>  | | | |        
-|which | | |+|<color #00a2e8>**which**</color>  | | | |  
 ==== Die Macht der Kommandozeile  ==== ==== Die Macht der Kommandozeile  ====
 +|<color #00a2e8>**bzip2**</color> | | | |     
 +|<color #00a2e8>**cut**</color>  | | | |     
 +|<color #00a2e8>**find**</color>  | | | |   
 +|<color #00a2e8>**grep**</color>  | | | |     
 +|<color #00a2e8>**gzip**</color>  | | | |   
 +|<color #00a2e8>**head**</color>  | | | |     
 +|<color #00a2e8>**less**</color> | | | |   
 +|<color #00a2e8>**sort**</color>  | | | |   
 +|<color #00a2e8>**tail**</color>  | | | |   
 +|<color #00a2e8>**tar**</color>  | | | |   
 +|<color #00a2e8>**unzip**</color>  | | | |   
 +|<color #00a2e8>**wc**</color>  | wordcount |  | |
 +|<color #00a2e8>**xargs**</color>  | | | |    
 +|<color #00a2e8>**zip**</color> | | | | 
 ====  Das Linux-Betriebssystem  ==== ====  Das Linux-Betriebssystem  ====
 +
 +| <color #00a2e8>**dig**</color>| |     
 +| <color #00a2e8>**free**</color>| | 
 +| <color #00a2e8>**ifconfig**</color>| | 
 +| <color #00a2e8>**netstat**</color> |   
 +| <color #00a2e8>**ping**</color> |  |  
 +| <color #00a2e8>**ps**</color> |   
 +| <color #00a2e8>**route**</color>   |  
 +| <color #00a2e8>**ssh**</color>| security shell |  
 +| <color #00a2e8>**top**</color>| | 
 ==== Sicherheit und Dateiberechtigungen  ==== ==== Sicherheit und Dateiberechtigungen  ====
  
 +| <color #00a2e8>**chgrp**</color> |  change group |  |  
 +| <color #00a2e8>**chmod**</color> |  change modus |  |  
 +| <color #00a2e8>**chown**</color>  |  change owner |  |  
 +| <color #00a2e8>**groupadd**</color> |  |  |     
 +| <color #00a2e8>**groupdel**</color> |  |  |     
 +| <color #00a2e8>**groupmod**</color> |  |  |     
 +| <color #00a2e8>**id**</color> |  |  |     
 +| <color #00a2e8>**last**</color>  |  |  |     
 +| <color #00a2e8>**ln**</color> | link name|Zum erstellen von Hard- und Softlinks.| 
 +| <color #00a2e8>**passwd**</color> |    |Zum andern des Passwortes.|   
 +| <color #00a2e8>**su** </color> | superuser |  |  
 +| <color #00a2e8>**sudo**</color>  |  |  |     
 +| <color #00a2e8>**useradd**</color>  |  |  |     
 +| <color #00a2e8>**userdel**</color>  |  |  |     
 +| <color #00a2e8>**usermod**</color>  |  |  |     
 +| <color #00a2e8>**w**</color>   |  |  |   
 +| <color #00a2e8>**who**</color> |  |  
  
  
linux_essentials.1705478289.txt.gz · Zuletzt geändert: 2024/01/17 07:58 von torsten.roehl