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: 147  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
Linux Operating System — practice the complete quiz, review flashcards, or try a random question.


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