What does the 2>&1 at the end of the following command mean?find / -name fred.txt > names 2>&1

🎲 Try a Random Question  |  Total Questions in Quiz: 134  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
Linux Operating System Practice Test — practice the complete quiz, review flashcards, or try a random question.

Test your knowldge of the Linux Operating System.


What does the 2>&1 at the end of the following command mean?find / -name fred.txt > names 2>&1