FIND incorrect parameter format

Solved
Laumi Posted messages 293 Status Membre -  
Laumi Posted messages 293 Status Membre -
Hello everyone,

I just installed Thelia, in the installation manual it says:
Attention: When you unzip the .zip file on a Unix family server (Linux...), the permissions will be incorrectly set and you will not have access to the site interface. You will probably need to change the permissions to something like 755 for directories and 644 for files. So if you are locally or have ssh access...

But when I do:
FIND -type d -exec chmod 755 {} \;
FIND -type f -exec chmod 644 {} \;
I get:
FIND incorrect parameter format. I don't know what to do, because indeed, I do not have access to the interface.

Thank you in advance for your help
Configuration: Windows XP Firefox 3.0.3

5 réponses

dubcek Posted messages 18702 Registration date   Status Contributeur Last intervention   5 657
 
hello
it's the Windows find command that is executed and does not have the same functions as the Unix find command.
0