52
54

More than 5 years have passed since last update.

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

Posted at

よく忘れるのでメモ

find /path/to/dir -type d -print | xargs chmod 755
find /path/to/dir -type f -print | xargs chmod 644
52
54
6

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
  3. You can use dark theme
What you can do with signing up
52
54