adplus-dvertising
frame-decoration

Question

Which of the following is not true about tee command?

a.

it is a feature of the shell

b.

it is an external command

c.

tee command duplicates its input

d.

tee is an internal command

Posted under Unix Shell UNIX

Answer: (a).it is a feature of the shell

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Which of the following is not true about tee command?

Similar Questions

Discover Related MCQs

Q. Apart from its use in redirection, /dev/tty can also be used as an argument to some commands.

Q. Which of the following meta-character is used in command substitution?

Q. Command substitution is enabled in single quotes also.

Q. POSIX recommends the use of ____ instead of archaic `command ` for command substitution.

Q. Which of the following shell doesn’t support the command substitution using $ recommended by POSIX?

Q. Which symbol is used for assigning a value to variables?

Q. Which symbol is used for evaluation of variables?

Q. Which of the following is a correct initialization of variables to null strings?

Q. A variable can be removed using _____

Q. readonly command is used to protect a variable from reassignment.

Q. C shell uses which command for assigning values to variables?

Q. The variable assignment as x = 10 (whitespace on both sides of =) will work if we are not using C shell?

Q. ____ command displays all the variables available in the current shell.

Q. Environment variable names can be defined only in uppercase.

Q. The shell has ____ prompts.

Q. Which one of the following command will change our primary prompt from $ to C> ?

Q. Which environment variable is used to display our username?

Q. Which one of the following is not an environment variable?

Q. Which escape sequence is used with PS1 to show the hostname of our computer?

Q. Which of the following shells support the use of aliases?