CORRECT TEXT

CORRECT TEXT

Locate all the files owned by ira and copy them to the / root/findresults directory.

Answer: # find / -user ira > /root/findresults (if /root/findfiles is a file)

# mkdir -p /root/findresults

# find / -user ira -exec cp -a {} /root/findresults; [ if /root/findfiles is a directory] ls /root/findresults

Latest EX200 Dumps Valid Version with 111 Q&As

Latest And Valid Q&A | Instant Download | Once Fail, Full Refund

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments