플러그인 업데이트를 위해서는 워드 프레스의 권한을 바꿔줘야 한다. 셋업시 사용자/그룹을 웹서비스 유저로 설정하고… chown www-data:www-data -R * # Let Apache be owner find . -type d -exec chmod 755 {} \; # Change directory permissions rwxr-xr-x find . -type f -exec chmod 644 {} \; # Change file permissions rw-r–r– 설정이 완료되면, 보안을 이유로..아래와 같이…… 워드프레스 플러그인 업데이트 및 권한설정 계속 읽기