Cristian wrote:
> 
>         Dar cum pot sa dau la numai la directoare chmod 777 iar la fisiere
> 666?
> 

find . -type d -exec chmod 777 {} \;
find . -type f -exec chmod 666 {} \;


Andrei

---
Send e-mail to '[EMAIL PROTECTED]' with 'unsubscribe rlug' to 
unsubscribe from this list.

Raspunde prin e-mail lui