Restore Bitnami WordPress Filesystem Permissions December 15, 2022 sudo chown -R bitnami:daemon TARGET sudo find TARGET -type d -exec chmod 775 {} \; sudo find TARGET -type f -exec chmod 664 {} \; sudo …Continue Reading