findとchmodを繋いで使う。
$ find /path/to/dir -type d -exec chmod 755 {} + $ find /path/to/dir -type f -exec chmod 644 {} +
参考サイト
ファイルやディレクトリのパーミッションを一括で置換したい – Qiita
https://qiita.com/takeshi81/items/48ea62eae2fc7f1cb2f0
findとchmodを繋いで使う。
$ find /path/to/dir -type d -exec chmod 755 {} + $ find /path/to/dir -type f -exec chmod 644 {} +
ファイルやディレクトリのパーミッションを一括で置換したい – Qiita
https://qiita.com/takeshi81/items/48ea62eae2fc7f1cb2f0