Linux Admin Ch 7

¡Supera tus tareas y exámenes ahora con Quizwiz!

Every "if" construct begins with if and must be terminated with ___________. a. end b. endif c. stop d. fi

D. fi.

The "sed" and "awk" commands are filter commands commonly used to format data within a pipe? True or False?

True.

Which of the following commands is always executed immediately after any user logs in to a Linux system and receives a BASH shell? a. /etc/profile b. ~/.bash_profile c. ~/.bash_login d. ~/.profile

A. /etc/profile

Which construct can be used in a shell script to read Standard Input and place it in a variable? a. read b. sum c. verify d. test

A. Read.

Which of the following is not necessarily generated by every command on the system? a. Standard Input b. Standard Deviation c. Standard Output d. Standard Error

A. Standard Input B. Standard Deviation

Which command could you use to see a list of all environment and user-defined shell variables as well as their current values? a. ls /var b. env c. set d. echo

C. Set.

Because Standard Error and Standard Output represent the results of a command and Standard Input represents the input required for a command, only Standard Error and Standard Output can be redirected to/from a file. True or False?

False.

The "alias" command can be used to make a shortcut to a single command. True or False?

True.

Which of the following will display the message welcome home if the cd /home/user1 command is successfully executed? a. cd /home/user1 && echo "welcome home" b. cat "welcome home" || cd /home/user1 c. cd /home/user1 || cat "welcome home" d. echo "welcome home" && cd /home/user1

A. cd /home/user1 && echo "welcome home"

Which of the following file descriptor numbers represents stdout? a. 2 b. 0 c. 1 d. 3

C. 1

Which of the following operators reverses the meaning of a test statement? a. #! b. -o c. -a d. !

D. !

How do you indicate a comment line in a shell script? a. There are no comment lines in a shell script. b. Begin the line with #!. c. Begin the line with !. d. Begin the line with #.

D. Begin the line with #.

A "for" construct is a loop construct that processes a specified list of objects. As a result, it is executed as long as there are remaining objects to process. True or False?

True.

What is wrong with the following command string ls /etc/hosts >listofhostfile? a. Nothing is wrong with the command. b. The file descriptor was not declared; unless 1 for standard output or 2 for standard error is indicated, the command will fail. c. The ls command is one of the commands that cannot be used with redirection. You must use | to pipe instead. d. The file listofhostfile will always only contain standard error because a file descriptor was not declared.

A. Nothing is wrong with the command.

Consider the following shell script: echo -e "What is your favorite color?--> \c" read REPLY if [ "$REPLY" = "red" -o "$REPLY" = "blue" ] then echo "The answer is red or blue." else echo "The answer is not red nor blue." fi What would be displayed if a user executes this program and answered Blue when prompted? a. The answer is red or blue. b. The answer is not red nor blue. c. The code would cause an error. d. The answer is red or blue. The answer is not red nor blue.

B. The answer is not red nor blue.

The current value for the HOME variable is displayed by which of the following commands? (Choose all that apply.) a. echo HOME= b. echo ~ c. echo $HOME d. echo ls HOME

B. echo ~ C. echo $HOME

Before a user-defined variable can be used by processes that run in subshells, that variable must be _____________. a. imported b. validated by running the env command c. exported d. redirected to the BASH shell

C. Exported.

What would be the effect of using the "alias" command to make an alias for the "date" command named "cat" in honor of your favorite pet? a. It cannot be done because there already is an environment variable cat associated with the cat command. b. It cannot be done because there already is a command cat on the system. c. When you use the cat command at the command prompt with the intention of viewing a text file, the date appears instead. d. There is no effect until the alias is imported because it is a user-declared variable.

C. When you use the cat command at the command prompt with the intention of viewing a text file, the date appears instead.

You have redirected Standard Error to a file called Errors. You view the contents of this file afterward and notice that there are six error messages. After repeating the procedure, you notice that there are only two error messages in this file. Why? a. After you open the file and view the contents, the contents are lost. b. The system generated different Standard Output. c. You did not append the Standard Error to the Error file, and as a result it was overwritten when the command was run a second time. d. You must specify a new file each and every time you redirect because the system creates the specified file by default.

C. You did not append the Standard Error to the Error file and as a result, it was overwritten when the command was run a second time.

What does >> accomplish when entered on the command line after a command? a. It redirects both Standard Error and Standard Output to the same location. b. It does not accomplish anything. c. It redirects Standard Error and Standard Input to the same location. d. It appends Standard Output to a file.

D. It appends Standard Output to a file.


Conjuntos de estudio relacionados

ATI Chp 29 & 30 Urinary and bowel elimination

View Set

Ch 38 Caring for Clients with a Fecal Diversion

View Set

PrepU ch. 36: Urinary Elimination

View Set

Wellness and Nutrition Module 9 Test Review

View Set

Control of Respiration: Respiratory Center

View Set

PEC Chapter 4 - Air-conditioning

View Set

Chapter 3- Demand, Supply, and Market Equilibrium

View Set

1523 Evidence Based Practice: Skin & Tissue Integrity

View Set