Keyboard Combinations In Bash Flashcards
1
Q
What pair of keys ends the running program and returns you to the prompt?
A
Ctrl+C
2
Q
What pair of keys is equivalent to typing “exit or logout” and logs you out of the current shell session?
A
Ctrl+D
3
Q
What pair of keys moves the cursor to the end of the command line?
A
Ctrl+E
4
Q
What pair of keys deletes a character in front of the cursor (Backspace)?
A
Ctrl+H
5
Q
What pair of keys clears the listed contents on the terminal screen?
A
Ctrl+L
6
Q
What pair of keys moves the cursor to the beginning of the command line?
A
Ctrl+A.