Linux Essentials -- Chapter 04 Online Test
Quiz-summary
0 of 18 questions completed
Questions:
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
Information
Linux Essentials — Chapter 04 Online Test
You have already completed the quiz before. Hence you can not start it again.
Quiz is loading...
You must sign in or sign up to start the quiz.
You have to finish following quiz, to start this quiz:
Results
0 of 18 questions answered correctly
Your time:
Time has elapsed
You have reached 0 of 0 points, (0)
Average score |
|
Your score |
|
Categories
- Not categorized 0%
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- Answered
- Review
-
Question 1 of 18
1. Question
Select all the applications that provide access to the Command Line Interface (CLI)?
(choose two)Correct
Incorrect
-
Question 2 of 18
2. Question
Which environment variable contains a list of directories that is searched for commands to execute?
Correct
Incorrect
-
Question 3 of 18
3. Question
Select the command that can report the location of a command:
Correct
Incorrect
-
Question 4 of 18
4. Question
A pair of single quotes ( ‘ ) will prevent the shell from interpreting any metacharacter.
True or False?Correct
Incorrect
-
Question 5 of 18
5. Question
A pair of double quotes ( ” ) will prevent the shell from interpreting any metacharacter.
True or False?Correct
Incorrect
-
Question 6 of 18
6. Question
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?Correct
Incorrect
-
Question 7 of 18
7. Question
Which of the following are glob characters?
(choose three)Correct
Incorrect
-
Question 8 of 18
8. Question
The semicolon “;” can be used to separate multiple commands to be executed in order.
True or False?Correct
Incorrect
-
Question 9 of 18
9. Question
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?Correct
Incorrect
-
Question 10 of 18
10. Question
To be able to output messages to the screen, use the _______ command:
Correct
Incorrect
-
Question 11 of 18
11. Question
The _______ command will print a list of the commands that you’ve previously executed.
Correct
Incorrect
-
Question 12 of 18
12. Question
To execute the same command as previously executed five commands ago, you would type:
Correct
Incorrect
-
Question 13 of 18
13. Question
The shell program interprets the commands you type into the terminal, into instructions that the Linux operating system can execute.
True or False?Correct
Incorrect
-
Question 14 of 18
14. Question
The acronym CLI stands for:
Correct
Incorrect
-
Question 15 of 18
15. Question
Traditional UNIX command options used a single dash, like -a; _______ command options use two dashes like –all.
Correct
Incorrect
-
Question 16 of 18
16. Question
The acronym GNU stands for:
Correct
Incorrect
-
Question 17 of 18
17. Question
What one character treats the character that follows it as if it was surrounded by single quotes?
Correct
Incorrect
-
Question 18 of 18
18. Question
The main purpose of using glob characters is to be able to provide a command a list of filenames.
True or False?Correct
Incorrect