Solved

In Bash, Inserting 1>&2 After a Command Redirects

Question 177

Multiple Choice

In Bash, inserting 1>&2 after a command redirects


A) standard error to standard input.
B) standard input to standard error.
C) standard output to standard error.
D) standard error to standard output.
E) standard output to standard input.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions