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…