ディレクトリだけパーミッションを変更する コメントを残す 例 find /path/to/the/dir -type d -exec chmod a+x {} +; -execでコマンドを指定 最後の {} +;の{}は展開して何をするのか分からない、おまじない、まだ調べていない