Skip to content

Instantly share code, notes, and snippets.

@dcpc007
Created April 3, 2018 07:55
Show Gist options
  • Save dcpc007/142bffd3db303567529c7c060b6be908 to your computer and use it in GitHub Desktop.
Save dcpc007/142bffd3db303567529c7c060b6be908 to your computer and use it in GitHub Desktop.
Bash astuces
# ajouter les droits en écriture pour le groupe sur les fichiers qui ne l'ont pas
find . ! -perm -g=w -exec chmod g+w {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment