CORRECT TEXT Find the files owned by harry, and copy it to catalog: /opt/dir seenagape 11 years ago CORRECT TEXTFind the files owned by harry, and copy it to catalog: /opt/dir Answer: A Explanation:# cd /opt/# mkdir dir# find / -user harry -exec cp -rfp {} /opt/dir/ \; ← Previous question Next question →