Suggested Answer:See explanation below.
# 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
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
docoumn
4 months, 1 week agomattd81
2 years, 7 months agoStachomir
3 years, 6 months agoSTFN2019
3 years, 3 months ago