www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

permissions.sh (205B)


      1 #!/bin/sh
      2 
      3 fichiers="index.php galerie forum nouveautes equipes liens contact admin __cms__/donnees"
      4 
      5 chgrp -R www-data $fichiers
      6 chmod -R 664 $fichiers
      7 find $fichiers -type d -print0 | xargs -0 chmod 775