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

Re: [cobalt-users] Problems with Uploading webpages



----- Original Message -----
From: "Cobalt" <cobalt@xxxxxxxxxxxx>

> Well I have gotten as far as step three without too much trouble, but I
seem
> to run into problems when I try #4:
>
> chown /home/sites/site1/web --recursive tsymlinks

Try:

chown -R tsymlinks /home/sites/site1/web

('-R' is the same as '--recursive')