CH5 Flashcards
Which environment variable contains a list of directories that is searched for commands to execute?
PATH
PS1
PS2
EXEC
PATH
Select the command that can report the location of a command?
what
which
where
which
A pair of single quotes (‘) will prevent the shell from interpreting any metacharacter?
True
False
True
A pair of double quotes (“) will prevent the shell from interpreting any metacharacter?
True
False
False
Using a pair of back quotes (`) will cause a shell to execute the back-quoted text as a command and substitute the output back into the original command?
True
False
True
The semicolon (;) can be used to separate multiple commands to be executed in order?
True
False
True
To be able to output messages to the screen, use the ____ command?
echo
print
display
type
echo
The _____ command will print a list of the commands that you’ve previously executed?
list
eval
history
exec
history
The acronym CLI stands for?
Computer Line Interface
Command Line Interpreter
Command Line Interface
Computer Link Interpreter
Command Line Interface
The most common shell used for Linux distributions is the ____ shell?
Fish
Bash
Tsch
Zsh
Bash