File System Navigation
|
|
File Operations
|
|
File Permissions
|
|
Text Processing
|
|
System Information
Network Operations
SSH and Security
|
|
Process Management
Package Management (Ubuntu/Debian)
System Administration
Bash Scripting Basics
|
|
Useful Shortcuts
Ctrl + C
: Interrupt current processCtrl + Z
: Suspend current processCtrl + D
: Exit current shellCtrl + L
: Clear screenCtrl + R
: Search command historyCtrl + A
: Go to beginning of lineCtrl + E
: Go to end of lineCtrl + U
: Clear line before cursorCtrl + K
: Clear line after cursor