find

find -opciones /ruta -pruebas  -acciones
 
find -print
find -ls
 
find -nouser
find /tmp -nouser -a -nogroup -ls
 
find /tmp -nouser -exec chown pepe.pepe {} \;