This command will add group executable permissions only to directories recursively: sudo find ./ -type d -exec chmod g+x {} +
Points regarding computing that I always forget - so I write them here to find them easily and maybe other could benefit too.