01. Learning the Shell Flashcards

What is the shell?

1
Q

What is the Shell?

A

A program that takes keyboard commands and passes them to the operating system for execution.

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

What Shell does most distros include

A

Most provide bash (Borne Again Shell). It is a replacement for sh, the original UNIX shell

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

When using a Graphical User Interface (GUI) what do we need to interact with the shell

A

Terminal emulator such as KDE konsole or GNOME gnome-terminal

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

What is a shell prompt?

A

[username@hostname] working directory and either a $ or #. The # represents you are working as a superuser

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

command history navigation

A

use the up and down arrow keys to scroll through your command history

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

what keyboard short cuts do not work in the shell?

A

Ctrl-c and Ctrl-v

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

If you would like to enter the console what keystroke can you use?

A

Ctrl-Atl-F1 throught Ctrl-Alt-F6 to toggle between console press Ctrl-Alt- and the corresponding function key.

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

How do you return to the GUI?

A

Alt-F7

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