Matching
Match each term with the correct statement below.
Premises:
The normal output of a command.
Files that are typically used to create custom programs that perform administrative tasks on Linux systems.
The information that is processed by the command during execution.
Labels representing command input and output.
Any error messages generated by a command.
The first line in a shell script, which specifies the pathname to the shell that interprets the contents of the shell script.
A filter command that takes information from Standard Input and sends that information to a file, as well as to Standard Output.
Shell variables that are typically set by the system and contain information that the system and programs access regularly.
Constructs that alter the flow of a program based on whether a command in the program completed successfully or based on a decision that the user makes given a question posed by the program.
Responses:
environment variables
tee
stdin
decision construct
file descriptors
stderr
shell scripts
stdout
hashpling
Correct Answer:
Premises:
Responses:
The normal output of a command.
Files that are typically used to create custom programs that perform administrative tasks on Linux systems.
The information that is processed by the command during execution.
Labels representing command input and output.
Any error messages generated by a command.
The first line in a shell script, which specifies the pathname to the shell that interprets the contents of the shell script.
A filter command that takes information from Standard Input and sends that information to a file, as well as to Standard Output.
Shell variables that are typically set by the system and contain information that the system and programs access regularly.
Constructs that alter the flow of a program based on whether a command in the program completed successfully or based on a decision that the user makes given a question posed by the program.
Premises:
The normal output of a command.
Files that are typically used to create custom programs that perform administrative tasks on Linux systems.
The information that is processed by the command during execution.
Labels representing command input and output.
Any error messages generated by a command.
The first line in a shell script, which specifies the pathname to the shell that interprets the contents of the shell script.
A filter command that takes information from Standard Input and sends that information to a file, as well as to Standard Output.
Shell variables that are typically set by the system and contain information that the system and programs access regularly.
Constructs that alter the flow of a program based on whether a command in the program completed successfully or based on a decision that the user makes given a question posed by the program.
Responses:
Related Questions
Q3: What are shell variables? What are environment
Q10: Most configuration files on Linux systems are
Q16: If you have _ permission to a
Q23: To prevent a file from being cleared
Q27: Describe the && and || constructs. How
Q28: The _ command can be used to
Q29: You are limited to using one pipe
Q29: The _ environment file is always executed
Q33: You can use the sed command to
Q49: A case construct must be ended by