Which command accomplishes this task?

You want to redirect both output and error messages of the find command to the find-output file. Which command accomplishes this task?
A. find /etc -name "*conf" 2>&find-output
B. find /etc -name "*conf" 2<&1 > find-output
C. find /etc -name "*conf" > find-output 2>&1
D. find /etc -name "*conf" > find-output 2>find-output

Download Printable PDF. VALID exam to help you PASS.

Leave a Reply

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


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