Changing permissions only on directories

From Edgar BV Wiki
Revision as of 09:27, 14 May 2014 by Red (talk | contribs) (Created page with "find . -type d -exec chmod 0775 {} \; will set the directory and subdirectory permissions to 775")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

find . -type d -exec chmod 0775 {} \;

will set the directory and subdirectory permissions to 775