The command man -k is the same as the command apropos. True or False? True False
Linux Essentials
What is the standard option to provide a command line program to...
What is the standard option to provide a command line program to view its documentation? –help...
The main purpose of using glob characters is to be able to...
The main purpose of using glob characters is to be able to provide a command a list of filenames...
What one character treats the character that follows it as if it...
What one character treats the character that follows it as if it was surrounded by single quotes? #...
The acronym GNU stands for:
The acronym GNU stands for: Gnu’s Not Unix Good News Unix Gnu’s Nearly Unix Go Next Unit
Traditional UNIX command options used a single dash, like -a; _...
Traditional UNIX command options used a single dash, like -a; _______ command options use two...
The acronym CLI stands for:
The acronym CLI stands for: Command Line Interpreter Computer Link Interpreter Computer Line...
The shell program interprets the commands you type into the...
The shell program interprets the commands you type into the terminal, into instructions that the...
To execute the same command as previously executed five commands...
To execute the same command as previously executed five commands ago, you would type: &5 !-5 @...
The _______ command will print a list of the commands that...
The _______ command will print a list of the commands that you’ve previously executed. eval history...
To be able to output messages to the screen, use the _______...
To be able to output messages to the screen, use the _______ command: display type print echo
The double ampersand characters ( && ) are used to...
The double ampersand characters ( && ) are used to separate commands to be executed...
The semicolon “;” can be used to separate multiple commands to...
The semicolon “;” can be used to separate multiple commands to be executed in order. True or False...
Which of the following are glob characters? (choose three)
Which of the following are glob characters? (choose three) The asterisk “*” The question mark “?”...
Using a pair of back quotes ( ` ) will cause a shell to execute...
Using a pair of back quotes ( ` ) will cause a shell to execute the back-quoted text as a command...