PdfPrep.com

CORRECT TEXT

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

Exit mobile version