Skip to content

Instantly share code, notes, and snippets.

@dhamaso
Created January 18, 2014 03:45
Show Gist options
  • Save dhamaso/8485901 to your computer and use it in GitHub Desktop.
Save dhamaso/8485901 to your computer and use it in GitHub Desktop.
Aplicar permisos recursivos solo para carpetas
find /path/to/base/dir -type d -exec chmod 755 {} +
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment