X-Git-Url: http://gitweb.pimeys.fr/?p=scripts-20-100.git;a=blobdiff_plain;f=chmods.sh;h=104cfa0496a907ab3f278f2b028b346d45981667;hp=6b3ce209a43ccb926fc0fc025f10cf2b45740589;hb=HEAD;hpb=da390efc3f209ae5a5bb44d0355c35a0fbd2e6dd diff --git a/chmods.sh b/chmods.sh index 6b3ce20..104cfa0 100755 --- a/chmods.sh +++ b/chmods.sh @@ -3,4 +3,4 @@ # Pour donner les bons droits au réprtoire courant # bons droits == groupe adm, dir : ug+rws, file : ug+rw -sudo chgrp adm .; sudo find . -type f -exec chmod ug+rw {} \; ; sudo find . -type d -exec chmod ug+rws {} \ +sudo chgrp adm .; sudo find . -type f -exec chmod ug+rw {} \; ; sudo find . -type d -exec chmod ug+rws {} \;