Novell
050-720 · Question #366
You do not want to see any error messages when using the find command; you want to see only the results. Which command accomplishes this task?
The correct answer is C. find /etc -name "*conf" 2>/dev/null. See the full explanation below for the reasoning.
Question
You do not want to see any error messages when using the find command; you want to see only the results. Which command accomplishes this task?
Options
- Afind /etc -name "*conf" 0>/dev/null
- Bfind /etc -name "*conf" 1>/dev/null
- Cfind /etc -name "*conf" 2>/dev/null
- Dfind /etc -name "*conf" 3>/dev/null
How the community answered
(32 responses)- A3% (1)
- B9% (3)
- C84% (27)
- D3% (1)
Community Discussion
No community discussion yet for this question.