Posted by: Pdfprep
Post Date: October 28, 2020
CORRECT TEXT
Find the files owned by harry, and copy it to catalog: /opt/dir
Answer: see explanation below.
Explanation
# cd /opt/
# mkdir dir
# find / -user harry -exec cp -rfp {} /opt/dir/ ;
Leave a Reply