Part 1 - Learning the Shell Flashcards
What is the shell?, some simple commands.
When we say command line, are we referring to the shell?
yes
What is the shell?
A program that takes keyboard commands and passes them to the operating system to carry out.
What is the acroynm BASH stand for ?
Bourne Again SHell. Steve Bourne wrote the Unix shell program.
What is a terminal emulator?
Give us access to the shell via the GUI.
What is the shell prompt?
Appears when shell is ready to accept input.
What is the structure of the shell prompt?
username, working directory and a dollar sign.
What if the shells prompt ends in #?
The terminal session has super user privileges.
How to envoke command histroy?
arrow up
How many commands can the most Linux distros history hold?
up to 500
Does Crtl-c and Crtl- v work inside a terminal window?
No they dont.
What does date command display?
displays dayofweek, month, day and hr:mm:sec timezone and year
What does the command df display?
How much disk space is being used and by what
How do you end a terminal session?
exit
Provide a summary of a shell.
A shell manages the user–system interaction by prompting users for input, interpreting their input, and then handling output from the underlying operating system