WordPress でファイルパーミッションの関係でテーマなどの更新ができない

環境

  • CentOS7
  • WordPress5.x
$ cd /path/to/your/project
$ cd wordpress/wp-content
$ find . -type f -print | xargs chmod 664
$ find . -type d -print | xargs chmod 775

関連投稿