Skip to content

Instantly share code, notes, and snippets.

@Mause
Created October 15, 2014 10:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Mause/b6de8d32dc3b1328a85a to your computer and use it in GitHub Desktop.
Save Mause/b6de8d32dc3b1328a85a to your computer and use it in GitHub Desktop.
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