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