Skip to content

Instantly share code, notes, and snippets.

@Ro3code
Created October 6, 2020 13:13
Show Gist options
  • Save Ro3code/c403e624ee3deea3f9ea8b74d54b287d to your computer and use it in GitHub Desktop.
Save Ro3code/c403e624ee3deea3f9ea8b74d54b287d to your computer and use it in GitHub Desktop.
# Make your directories and files
# access rights sane.
function sanitize()
{
chmod -R u=rwX,g=rX,o= "$@" ;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment