ディレクトリだけ

 find /some-directory -type d -exec chmod o-x {} \;

ファイルだけ

 find /some-directory -type f -exec chmod o-x {} \;
最終更新:2011年03月08日 05:20