Find the files owned by harry, and copy it to catalog: …

Find the files owned by harry, and copy it to catalog: /opt/dir

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/ \\;



Leave a Reply 0

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