Skip to content

Instantly share code, notes, and snippets.

@AdamLawicki
Created October 18, 2015 21:46
Show Gist options
  • Save AdamLawicki/6b2f63a14ad73f2301e6 to your computer and use it in GitHub Desktop.
Save AdamLawicki/6b2f63a14ad73f2301e6 to your computer and use it in GitHub Desktop.
Change file permissions of /var/www to include group write permissions
[ec2-user wordpress]$ find /var/www -type f -exec sudo chmod 0664 {} +
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment