Skip to content

Instantly share code, notes, and snippets.

@williamn
Created January 12, 2011 08:00
Show Gist options
  • Save williamn/775839 to your computer and use it in GitHub Desktop.
Save williamn/775839 to your computer and use it in GitHub Desktop.
Change permissions only for directories
# Original URL => http://www.tiplib.com/150/change-permissions-only-directories
find . -type d -exec chmod a+x {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment