Services
Discover
Homeschooling
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
Linux+ Guide
Quiz 7: Working With the Bash Shell
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 1
True/False
The BASH shell assumes stdout in the absence of a numeric file descriptor. _________________________
Question 2
True/False
The ENV environment variable represents the location of the BASH run-time configuration file. _________________________
Question 3
Multiple Choice
The file descriptor stdin is represented by the number ____.
Question 4
True/False
You can use the sed command to remove unwanted lines of text.
Question 5
True/False
Users can create their own custom variables, called shell variables. _________________________
Question 6
True/False
To prevent a file from being cleared by the BASH shell and append output to the existing output, you can specify three > metacharacters alongside the file descriptor.
Question 7
Multiple Choice
To see a list of the environment variables and their current values on a system, you can use the ____ command.
Question 8
Multiple Choice
The ____ command counts the number of lines, words, and characters in a file.
Question 9
Multiple Choice
You can redirect a file to the standard input of a command using the ____ metacharacter.
Question 10
Multiple Choice
You can send the standard output of one command to another command as standard input using the ____ shell metacharacter.
Question 11
True/False
Given the syntax command && command, the command on the left of the && construct is executed only if the command on the right of the && construct completed successfully.
Question 12
Multiple Choice
The file descriptor stderr is represented by the number ____.
Question 13
Multiple Choice
Most configuration files on Linux systems are delimited using ____ characters.
Question 14
True/False
You are limited to using one pipe | metacharacter on the command line to pipe information from one command to another command.
Question 15
Multiple Choice
The ____ command can be used to replace characters in a file sent via Standard Input.
Question 16
True/False
In a decision construct, you can have an unlimited number of if then statements. _________________________
Question 17
Multiple Choice
The ____ command can be used to extract, manipulate, and format text using pattern-action statements.
Question 18
True/False
Any command that can be executed on the command line can also be placed inside any environment file.
Question 19
Multiple Choice
You can use the BASH shell to redirect standard output and standard error from the terminal screen to a file on the filesystem using the ____ shell metacharacter followed by the absolute or relative pathname of the file.