I need to do a mass change of files recursively where all owners permissions are determined and then would be given to group so that they match. I thought about parsing 'ls -l' output in a script loop but I'm curious if anyone has accomplished this in a more efficient manner. Thanks for any suggestions ahead of time.