Skip to content

Instantly share code, notes, and snippets.

@mdibello
Created August 2, 2018 17:20
Show Gist options
  • Select an option

  • Save mdibello/f07a3382376e6de688483c93aabde70f to your computer and use it in GitHub Desktop.

Select an option

Save mdibello/f07a3382376e6de688483c93aabde70f to your computer and use it in GitHub Desktop.
Some useful linux snippets
# Recursively change permissions of directories
find . -type d -exec chmod 755 {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment