Q. What does the 2>&1 at the end of the following command mean?find / -name fred.txt > names 2>&1
β
Correct Answer: (C)
Send standard error to the same place as standard output
You must be Logged in to update hint/solution