使う頻度が多い割に覚えていないので覚書。
ディレクトリ一括変更
find /path/to/dir -type d -exec chmod 777 {} \;
ファイル一括変更
find /path/to/dir -type f -exec chmod 666 {} \;
参考サイト
ディレクトリは755 ファイルは644 一括権限更新シェル – Qiita
https://qiita.com/suin/items/2100dc48ec93df58ebf9
使う頻度が多い割に覚えていないので覚書。
ディレクトリ一括変更
find /path/to/dir -type d -exec chmod 777 {} \;
ファイル一括変更
find /path/to/dir -type f -exec chmod 666 {} \;
ディレクトリは755 ファイルは644 一括権限更新シェル – Qiita
https://qiita.com/suin/items/2100dc48ec93df58ebf9