質問です。
cgi-bin/hogehoge の配下の*.cgiファイルのパーミッションを全て755に設定したいのですが、
この場合どうやったらよいのでしょうか?

cgi-bin/hogehoge/index.cgi
cgi-bin/hogehoge/hoge1/index.cgi
cgi-bin/hogehoge/hoge1/index2.cgi
cgi-bin/hogehoge/hoge1/hoge101/index.cgi
cgi-bin/hogehoge/hoge1/hoge102/index.cgi
cgi-bin/hogehoge/hoge2/index.cgi
cgi-bin/hogehoge/hoge2/hoge201/index.cgi
cgi-bin/hogehoge/hoge3/hoge202/index.cgi
cgi-bin/hogehoge/hoge3/index.cgi
・・・・
という感じのファイルが多々あります。

chmod 777 cgi-bin/hogehoge/*.cgi ですと、hogehogeの直下の.cgiファイルだけしか設定できません。