Skip to content

Instantly share code, notes, and snippets.

@nocoo
Last active August 29, 2015 13:58
Show Gist options
  • Save nocoo/10219971 to your computer and use it in GitHub Desktop.
Save nocoo/10219971 to your computer and use it in GitHub Desktop.
MotoCMS permissions
chmod 555 ./ -R
chmod 664 ./xml -R
chmod 664 ./config.xml
chmod 664 ./admin/config.xml
chmod 664 ./admin/data/users.xml
chmod 664 ./admin/xml/ -R
chmod 664 ./admin/_tmp/ -R
chmod 664 ./m/xml/ -R
chmod 664 ./m/template/ -R
chmod 664 ./m/blank/ -R
chmod 664 ./m/template/xml/ -R
chmod 664 ./m/blank/xml/ -R
chmod 664 ./m/xml/modules/ -R
chmod 664 ./m/template/xml/modules/ -R
chmod 664 ./m/blank/xml/modules/ -R
chmod 775 ./xml
chmod 775 ./xml/modules
chmod 775 ./admin/data
chmod 775 ./admin/logs
chmod 775 ./admin/xml
chmod 775 ./admin/_tmp
chmod 775 ./admin/_tmp/backup
chmod 775 ./admin/_tmp/cache
chmod 775 ./fonts
chmod 775 ./images
chmod 775 ./images/_preview
chmod 775 ./media
chmod 775 ./admin/actions/backup/_backups
chmod 775 ./m/xml
chmod 775 ./m/template
chmod 775 ./m/blank
chmod 775 ./m/template/xml
chmod 775 ./m/blank/xml
chmod 775 ./m/xml/modules
chmod 775 ./m/template/xml/modules
chmod 775 ./m/blank/xml/modules
chmod 755 ./admin/actions/upload_media.php
chmod 755 ./admin/actions/upload_fonts.php
chmod 755 ./admin/gateway.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment