Instantly share code, notes, and snippets.
あるディレクトリ以下のファイルの権限を一括変更
chmod -R a=rX,u+w path/to/dir
ディレクトリまたは実行可能ファイルが 755 に、それ以外が 644 になります。
引用元