findとchmodを繋いで使う。
1 2 |
$ 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
最近はウェブ系アプリ中心、あとWindowsアプリちょっと
findとchmodを繋いで使う。
1 2 |
$ 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