LoginSignup
54

More than 5 years have passed since last update.

posted at

Organization

ディレクトリは755 ファイルは644 一括権限更新シェル

よく忘れるのでメモ

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

  1. You get articles that match your needs
  2. You can efficiently read back useful information
What you can do with signing up
54