Created
April 3, 2018 07:55
-
-
Save dcpc007/142bffd3db303567529c7c060b6be908 to your computer and use it in GitHub Desktop.
Bash astuces
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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