Username:
Passowrd:

Sistemare i diritti di una dir ricorsivamente (files e dirs)

Chmod selettivo e ricorsivo. Prima sui file impostandoli a -rw-r--r-- poi sulle dir impostandole a drwxr-xr-x

# setta ricorsivamente i file a -rw-r--r--
chmod 644 `find  -type f`

# setta ricorsivamente le dir a drwxr-xr-x
chmod 755 `find  -type d`
Nickname:

Email:

Website: (http://www.example.com)

Commento: