Skip to content

Instantly share code, notes, and snippets.

@kathangeorg
Created October 25, 2012 12:14
Show Gist options
  • Save kathangeorg/3952253 to your computer and use it in GitHub Desktop.
Save kathangeorg/3952253 to your computer and use it in GitHub Desktop.
Shell chmod Files Or Folders
find Verz -type d -print0 | xargs -0 chmod 750
find Verz -type f -print0 | xargs -0 chmod 640
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment