Linux Commands
Gängige Linux Commands
Gängige Linux Commands
Kartei Details
Karten | 150 |
---|---|
Sprache | Deutsch |
Kategorie | Informatik |
Stufe | Berufslehre |
Erstellt / Aktualisiert | 12.10.2024 / 14.10.2024 |
Weblink |
https://card2brain.ch/box/20241012_linnux_commands
|
Einbinden |
<iframe src="https://card2brain.ch/box/20241012_linnux_commands/embed" width="780" height="150" scrolling="no" frameborder="0"></iframe>
|
Lernkarteien erstellen oder kopieren
Mit einem Upgrade kannst du unlimitiert Lernkarteien erstellen oder kopieren und viele Zusatzfunktionen mehr nutzen.
Melde dich an, um alle Karten zu sehen.
Postpone command execution
sleep [interval] && [command]
Schedule a job
at [hh:mm]
Display command manual
man [command]
Print command history
history
Kill current process
Ctrl + C
Stop process (can be resumed)
Ctrl + Z
Cut the word before the cursor
Ctrl + W
Cut part of the line before the cursor
Ctrl + U
Cut part of the line after the cursor
Ctrl + K
Paste from clipboard
Ctrl + Y
Recall last command
Ctrl + R
Run the recalled command
Ctrl + O
Exit command history
Ctrl + G
Repeat the last command
!!
Log out of the session
exit
Show bootup messages
dmesg
Show CPU information
cat/proc/cpuinfo
Show free and used memory
free-h
Hardware configuration info
Ishw
Block devices info
Isblk
Tree-diagram of PCI devices
Ispci-tv
Tree-diagram of USB devices
Isusb-tv
Show BIOS hardware info
dmidecode
Show disk data info
hdparm-i/dev/[disk]
Disk read speed test
hdparm-tT/dev/[disk]
Unreadable blocks test
badblocks-s/dev/[disk]
Create a tar file from a file
tar cf (file.tar) [file]
Extract archived file
tar xf [file.tar]
Create a gzip tar file
tar czf [file.tar.gz]
Create a gz compressed file
gzip [file]
-
- 1 / 150
-