Skip to content

Instantly share code, notes, and snippets.

@jrodriguez-ifuelinteractive
Last active August 29, 2015 14:18
Show Gist options
  • Select an option

  • Save jrodriguez-ifuelinteractive/0da1aaac9fb918f9e3b4 to your computer and use it in GitHub Desktop.

Select an option

Save jrodriguez-ifuelinteractive/0da1aaac9fb918f9e3b4 to your computer and use it in GitHub Desktop.
Magento Permissions
#!/bin/bash
find . -type d -exec chmod 755 {} \;
find . -type f -exec chmod 644 {} \;
chmod 744 cron.sh
chmod 744 mage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment