よく忘れるのでメモ
find /path/to/dir -type d -print | xargs chmod 755
find /path/to/dir -type f -print | xargs chmod 644
Go to list of users who liked
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
Go to list of users who liked