Linux Essentials 2.0 & 2.21 | Command Line Skills Module 5 | Chapter 05 Exam Answers Full 100%
-
Which environment variable contains a list of directories that is searched for commands to execute?
- PS1
- PS2
- EXEC
- PATH
-
Select the command that can report the location of a command:
what
which
where
-
A pair of single quotes (
'
) will prevent the shell from interpreting any metacharacter.True or False?
- True
- False
-
A pair of double quotes (
"
) will prevent the shell from interpreting any metacharacter.True or False?
- True
- 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 or False?
- True
- False
-
The semicolon (
;
) can be used to separate multiple commands to be executed in order.True or False?
- True
- False
-
The double ampersand characters (
&&
) are used to separate commands to be executed conditionally, where if the command to the left of the ampersands fails, then the command to the right of the ampersands will be executed.True or False?
- True
- False
-
To be able to output messages to the screen, use the _______ command:
type
display
echo
print
-
The _______ command will print a list of the commands that you’ve previously executed.
list
eval
history
exec
-
To execute the same command as previously executed five commands ago, you would type:
@-5
&5
!-5
!5
-
The shell program interprets the commands you type into the terminal into instructions that the Linux operating system can execute.
True or False?
- True
- False
-
The acronym CLI stands for:
- Computer Link Interpreter
- Command Line Interpreter
- Command Line Interface
- Computer Line Interface
-
What one character treats the character that follows it as if it was surrounded by single quotes?
\
#
/
%
-
The
echo
command:- Tests a variable for duplication
- Copies variables from one to another
- Is used to output text to the console
- Duplicates the input stream to the output stream
- Is used for variable assignment
-
The most common shell used for Linux distributions is the ________ shell.
- Zsh
- Bash
- Tsch
- Fish
-
HOME is an example of _________.
-
- A local variable
- An environment variable
- A path variable
- An internal command
- An alias
Subscribe
Login
0 Comments