I guess I wasn't clear...
The directory/file structure consists of multiple levels (subdirectories) and files in each of those subdirectories.
I can do a
chmod -R 775 whatever
this changes ALL files AND directories under directory: whateverto 755
I need to change all subdirectories to 775 and all files (non-directories) within those subdirectories to 664
Is there a way to indicate file or directory.. There does not appear to be an option using chmod..
Thanks