Multiple Choice
What does the 2>&1 at the end of the following command mean?find / -name fred.txt > names 2>&1
A) Send standard error to a file called &1
B) Append standard error to a file called &1
C) Send standard error to the same place as standard output
D) Send the output of the find command to / dev / null
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q34: What command is used to print a
Q35: What is the following syntax used for?
Q36: How do you run a job that
Q37: What command is used with vi editor
Q38: How would you search for the string
Q40: What command is used to sort the
Q41: What command is used to summarize the
Q42: Which of the following command lists the
Q43: How do you direct the shell to
Q44: What is the full path for grub's