RedHat EX200 Question Answer
Find the files owned by harry, and copy it to catalog: /opt/dir
see explanation below.
# cd /opt/
# mkdir dir
# find / -user harry -exec cp -rfp {} /opt/dir/ \;
TESTED 16 Jul 2025
Copyright © 2014-2025 ACE4Sure. All Rights Reserved