[Unix] ディレクトリやファイルのパーミッションを一括変更する[Unix] ディレクトリやファイルのパーミッションを一括変更する
使う頻度が多い割に覚えていないので覚書。 ディレクトリ一括変更 find /path/to/dir -type d -exec chmod 777 {} \; ファイル一括変更 find /path/to/dir -ty […]
使う頻度が多い割に覚えていないので覚書。 ディレクトリ一括変更 find /path/to/dir -type d -exec chmod 777 {} \; ファイル一括変更 find /path/to/dir -ty […]