Which command accomplishes this task?

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

Download Printable PDF. VALID exam to help you PASS.

One thought on “Which command accomplishes this task?

  1. 1 is output, 2 is error, answer is C if you do not want to see errors as you are sending 2 (errors) to dev null

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.