[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Alterar permissões de arquivos e diretorios



Em Sun, 24 Jun 2012 21:25:59 -0300
Adonai Silveira Canez <adonaicanez@gmail.com> escreveu:

> find . -name "*.php" -exec chmod 644 {} \;

Tente:

find . -type f -exec chmod 644 {} \;
find . -type d -exec chmod 755 {} \;

Attachment: signature.asc
Description: PGP signature


Reply to: