2
¿Cuáles son los problemas de seguridad y las condiciones de carrera al usar `find -exec`?
Desde la findpágina del manual : -exec command ; There are unavoidable security problems surrounding use of the -exec action; you should use the -execdir option instead. -execdir command {} + Like -exec, but the specified command is run from the subdirectory containing the matched file, which is not normally …