Command Line Skills
Linux Essentials +
Chapter 5: Command Line Skills
Writing here
Questions and Answers
Q1
Select the command that can report the location of a command: Which
Q2
A pair of single quotes ( ' ) will prevent the shell from interpreting any metacharacter.True or False?True
Q3
A pair of double quotes (" ) will prevent the shell from interpreting any metacharacter.True or False?False
Q4
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?False
Q5
To be able to output messages to the screen, use the _______ command:echo
Q6
The _______ command will print a list of the commands that you've previously executed.History
Q7
To execute the same command as previously executed five commands ago, you would type:!-5
Q8
The acronym CLI stands for:Command Line Interface
Q9
What one character treats the character that follows it as if it was surrounded by single quotes?\
Q10
The most common shell used for Linux distributions is the ________ shell.Bash