RHCSA Exam Practice Test
RHCSA Exam RHCSA RHCSA Shell Scripting and Automation 3
Which command redirects both stdout and stderr to a file called `output.log`?
Select your answer
A
command > output.log 2>&1
B
command 2> output.log
C
command >> output.log
D
command &> output.log 1>&2
Hint