よく忘れるのでメモ
find /path/to/dir -type d -print | xargs chmod 755
find /path/to/dir -type f -print | xargs chmod 644
More than 5 years have passed since last update.
よく忘れるのでメモ
find /path/to/dir -type d -print | xargs chmod 755
find /path/to/dir -type f -print | xargs chmod 644
Register as a new user and use Qiita more conveniently