Em Sun, 24 Jun 2012 21:25:59 -0300 Adonai Silveira Canez <[email protected]> escreveu:
> find . -name "*.php" -exec chmod 644 {} \;
Tente:
find . -type f -exec chmod 644 {} \;
find . -type d -exec chmod 755 {} \;
signature.asc
Description: PGP signature

