Skip to content

Instantly share code, notes, and snippets.

@isidromerayo
Created September 23, 2012 17:35
Show Gist options
  • Save isidromerayo/3772431 to your computer and use it in GitHub Desktop.
Save isidromerayo/3772431 to your computer and use it in GitHub Desktop.
permisos para proyecto web
find /var/www/html -type d -exec chmod -R 775 {} \;
find /var/www/html -type f -exec chmod -R 664 {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment