Skip to content

Instantly share code, notes, and snippets.

@rpivo
Created February 14, 2021 22:45
Show Gist options
  • Save rpivo/2e0d64a618731ff782e6345c420b4822 to your computer and use it in GitHub Desktop.
Save rpivo/2e0d64a618731ff782e6345c420b4822 to your computer and use it in GitHub Desktop.
Making All Files Within the Current Directory Readable on Linux & Mac

Making All Files Within the Current Directory Readable on Linux & Mac

-R runs the operation recursively so that all nested files are made readable.

chmod -R +r .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment