Keyboard Combinations In Bash Flashcards

1
Q

What pair of keys ends the running program and returns you to the prompt?

A

Ctrl+C

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What pair of keys moves the cursor to the end of the command line?

A

Ctrl+E

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What pair of keys deletes a character in front of the cursor (Backspace)?

A

Ctrl+H

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What pair of keys clears the listed contents on the terminal screen?

A

Ctrl+L

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What pair of keys moves the cursor to the beginning of the command line?

A

Ctrl+A.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly