Skip to content

Instantly share code, notes, and snippets.

@Mause
Last active October 12, 2015 10:07
Show Gist options
  • Save Mause/4010540 to your computer and use it in GitHub Desktop.
Save Mause/4010540 to your computer and use it in GitHub Desktop.
Code sample for blog.
int main()
{
system("chown www-data:www-data /var/www/docs;");
system("chmod go+rx -R /var/www/docs");
system("chmod go+rw -R /var/www/builds");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment