Solved

You Do Not Want to See Any Error Messages When

Question 22

Multiple Choice

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?


A) find /etc -name "*conf" 3>/dev/null
B) find /etc -name "*conf" 0>/dev/null
C) find /etc -name "*conf" 2>/dev/null
D) find /etc -name "*conf" 1>/dev/null

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions