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 Practice Questions with 111 Q&As
Updated Study Material | Instant Download | Detailed Answers and Explanations
Subscribe
Login
0 Comments