Chapter 5 - Key Terms Flashcards
1
Q
Bash
A
The most commonly used shell for Linux distributions.
2
Q
PATH environment variable
A
Variable containing a list that defines which directories the shell looks in for commands.
3
Q
echo
A
Command that displays output in the terminal.
4
Q
export
A
Command that turns a local variable into an environment variable
5
Q
history
A
Command that outputs a list of previously executed commands.
6
Q
type
A
Command that determines information about command type.