Skip to content

Instantly share code, notes, and snippets.

@avtehnik
Last active December 28, 2015 19:39
Show Gist options
  • Save avtehnik/7551790 to your computer and use it in GitHub Desktop.
Save avtehnik/7551790 to your computer and use it in GitHub Desktop.
chown -R www-data:www-data administrator/components/
chown -R www-data:www-data administrator/language
chown -R www-data:www-data administrator/language/overrides
chown -R www-data:www-data administrator/language/en-GB
chown -R www-data:www-data administrator/manifests/libraries
chown -R www-data:www-data administrator/manifests/files
chown -R www-data:www-data administrator/modules
chown -R www-data:www-data administrator/templates
chown -R www-data:www-data components
chown -R www-data:www-data images
chown -R www-data:www-data images/banners
chown -R www-data:www-data images/headers
chown -R www-data:www-data images/sampledata
chown -R www-data:www-data language
chown -R www-data:www-data language/overrides
chown -R www-data:www-data language/en-GB
chown -R www-data:www-data libraries
chown -R www-data:www-data media
chown -R www-data:www-data modules
chown -R www-data:www-data plugins
chown -R www-data:www-data plugins/quickicon
chown -R www-data:www-data plugins/authentication
chown -R www-data:www-data plugins/search
chown -R www-data:www-data plugins/content
chown -R www-data:www-data plugins/captcha
chown -R www-data:www-data plugins/twofactorauth
chown -R www-data:www-data plugins/editors-xtd
chown -R www-data:www-data plugins/editors
chown -R www-data:www-data plugins/system
chown -R www-data:www-data plugins/user
chown -R www-data:www-data plugins/extension
chown -R www-data:www-data plugins/finder
chown -R www-data:www-data templates
chown -R www-data:www-data configuration.php
chown -R www-data:www-data cache
chown -R www-data:www-data administrator/cache
chmod -R 0755 administrator/components/
chmod -R 0755 administrator/language
chmod -R 0755 administrator/language/overrides
chmod -R 0755 administrator/language/en-GB
chmod -R 0755 administrator/manifests/libraries
chmod -R 0755 administrator/manifests/files
chmod -R 0755 administrator/modules
chmod -R 0755 administrator/templates
chmod -R 0755 components
chmod -R 0755 images
chmod -R 0755 images/banners
chmod -R 0755 images/headers
chmod -R 0755 images/sampledata
chmod -R 0755 language
chmod -R 0755 language/overrides
chmod -R 0755 language/en-GB
chmod -R 0755 libraries
chmod -R 0755 media
chmod -R 0755 modules
chmod -R 0755 plugins
chmod -R 0755 plugins/quickicon
chmod -R 0755 plugins/authentication
chmod -R 0755 plugins/search
chmod -R 0755 plugins/content
chmod -R 0755 plugins/captcha
chmod -R 0755 plugins/twofactorauth
chmod -R 0755 plugins/editors-xtd
chmod -R 0755 plugins/editors
chmod -R 0755 plugins/system
chmod -R 0755 plugins/user
chmod -R 0755 plugins/extension
chmod -R 0755 plugins/finder
chmod -R 0755 templates
chmod -R 0755 configuration.php
chmod -R 0755 cache
chmod -R 0755 administrator/cache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment