what are the names of the directories? If they are all foo-somethingelse then you can chmod 777 f00* and it will chmod all directories named foo-somehting or whatever your permissions are. The recursive -R switch changes the top level and all sublevel directories, so I guess it depends what you are actually trying to do.