Skip to content

Instantly share code, notes, and snippets.

@seanwittmeyer
Created April 4, 2019 21:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seanwittmeyer/974e640c7edf58efce9153ba41193aa5 to your computer and use it in GitHub Desktop.
Save seanwittmeyer/974e640c7edf58efce9153ba41193aa5 to your computer and use it in GitHub Desktop.
bitnami wordpress permissions example
sudo chown -R bitnami:daemon /opt/bitnami/apps/wordpress/htdocs
sudo find /opt/bitnami/apps/title/htdocs -type d -exec chmod 0775 {} \;
sudo find /opt/bitnami/apps/title/htdocs -type f -exec chmod 0664 {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment