Skip to content

Instantly share code, notes, and snippets.

@DevGW
Created January 24, 2023 16:41
Show Gist options
  • Save DevGW/c2f12b9f74afa0b8717e0f85536dc5a8 to your computer and use it in GitHub Desktop.
Save DevGW/c2f12b9f74afa0b8717e0f85536dc5a8 to your computer and use it in GitHub Desktop.
Find with exec #bash
find . -type d -exec chmod 755 {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment