how to make the system ask root before copying each file in Linux centos 6.5

61 Views Asked by At

I have code to copy files from find output but I need to ask before copy each files

find  -type f  -atime +6  -size -6000k -user root -exec cp -i {} /root/myfiles \;

please can you help me with that

0

There are 0 best solutions below