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
Guide to Linux Certification
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
You can use the sed command to remove unwanted lines of text.
Question 2
Multiple Choice
What permissions are required to execute a shell script in a manner similar to any other executable program on the system?
Question 3
Multiple Choice
The ability to extract, manipulate, and format text using pattern action statements belongs to which command below?
Question 4
Multiple Choice
What number represents the stdin file descriptor?
Question 5
Multiple Choice
What character is used to delimit most Linux configuration files?
Question 6
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 7
True/False
You are limited to using one pipe | metacharacter on the command line to pipe information from one command to another command.
Question 8
Multiple Choice
Select the escape sequence that is used for a form feed:
Question 9
Multiple Choice
A list of all exported environment and user-defined variables in a shell can be viewed with what command below?
Question 10
Multiple Choice
The standard output and standard error from a terminal screen within the BASH shell can be redirected to a file on the filesystem using what shell metacharacter, followed by the absolute or relative pathname of the file?