環境
- 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
日々の積み重ねを書き溜めています
$ cd /path/to/your/project
$ cd wordpress/wp-content
$ find . -type f -print | xargs chmod 664
$ find . -type d -print | xargs chmod 775