Exam 7: Working With the Bash Shell
Exam 1: Introduction to Linux45 Questions
Exam 2: Linux Installation and Usage45 Questions
Exam 3: Exploring Linux Filesystems45 Questions
Exam 4: Linux Filesystem Management45 Questions
Exam 5: Linux Filesystem Administration45 Questions
Exam 6: Advanced Installation45 Questions
Exam 7: Working With the Bash Shell45 Questions
Exam 8: System Initialization and X Windows45 Questions
Exam 9: Managing Linux Processes45 Questions
Exam 10: Common Administrative Tasks45 Questions
Exam 11: Compression, System Backup, and Software Installation45 Questions
Exam 12: Network Configuration45 Questions
Exam 13: Configuring Network Services45 Questions
Exam 14: Troubleshooting, Performance, and Security45 Questions
Select questions type
What are file descriptors? What are the three file descriptors are available to each command that can be manipulated by the BASH shell, and what is the purpose of each?
(Essay)
4.9/5
(38)
Match each term with the correct statement below.
-A filter command that takes information from standard input and sends that information to a file, as well as to standard output.
(Multiple Choice)
4.8/5
(36)
Match each term with the correct statement below.
-Shell variables that are typically set by the system and contain information that the system and programs access regularly.
(Multiple Choice)
4.9/5
(36)
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.
(True/False)
4.9/5
(36)
Match each term with the correct statement below.
-The normal output of a command.
(Multiple Choice)
4.9/5
(36)
The file descriptor stdin is represented by the number ____.
(Multiple Choice)
4.7/5
(36)
Match each term with the correct statement below.
-Labels representing command input and output.
(Multiple Choice)
4.9/5
(39)
The ____ command can be used to replace characters in a file sent via Standard Input.
(Multiple Choice)
4.9/5
(30)
The ____ environment file is always executed immediately after login for all users on the system, and sets most environment variables, such as HOME and PATH.
(Multiple Choice)
4.8/5
(24)
To see a list of the environment variables and their current values on a system, you can use the ____ command.
(Multiple Choice)
4.9/5
(35)
The file descriptor stderr is represented by the number ____.
(Multiple Choice)
5.0/5
(33)
The BASH shell assumes stdout in the absence of a numeric file descriptor. _________________________
(True/False)
4.9/5
(34)
Aliases are shortcuts to commands stored in special variables that can be created and viewed using the alias command. _________________________
(True/False)
4.8/5
(36)
You can send the standard output of one command to another command as standard input using the ____ shell metacharacter.
(Multiple Choice)
4.8/5
(32)
Any command that can be executed on the command line can also be placed inside any environment file.
(True/False)
4.7/5
(29)
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.
(Multiple Choice)
4.9/5
(38)
The ____________________ command takes user input from stdin and places it in a variable specified by an argument.
(Short Answer)
4.9/5
(39)
The ENV environment variable represents the location of the BASH run-time configuration file. _________________________
(True/False)
4.9/5
(36)
To see a list of all exported environment and user-defined variables in the shell, you can use the ____ command.
(Multiple Choice)
5.0/5
(41)
Most commands that are run by the shell are run in a separate ____________________, which is created by the current shell.
(Short Answer)
4.8/5
(34)
Showing 21 - 40 of 45
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)