recursive chown

I need to chown a bunch of .htaccess files, scattered about in a whole bunch of subdirectories. Rather then doing each one manually, is there a way to do the recursive thing on those .htaccess files? Oh, without changing ownership of the rest...

 

 

 

 

Top