01. Learning the Shell Flashcards
What is the shell?
What is the Shell?
A program that takes keyboard commands and passes them to the operating system for execution.
What Shell does most distros include
Most provide bash (Borne Again Shell). It is a replacement for sh, the original UNIX shell
When using a Graphical User Interface (GUI) what do we need to interact with the shell
Terminal emulator such as KDE konsole or GNOME gnome-terminal
What is a shell prompt?
[username@hostname] working directory and either a $ or #. The # represents you are working as a superuser
command history navigation
use the up and down arrow keys to scroll through your command history
what keyboard short cuts do not work in the shell?
Ctrl-c and Ctrl-v
If you would like to enter the console what keystroke can you use?
Ctrl-Atl-F1 throught Ctrl-Alt-F6 to toggle between console press Ctrl-Alt- and the corresponding function key.
How do you return to the GUI?
Alt-F7