[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Problems with Uploading webpages
- Subject: Re: [cobalt-users] Problems with Uploading webpages
- From: "Brian Curtis" <admin@xxxxxxxxxxx>
- Date: Mon Jul 17 13:40:57 2000
- Organization: Pomfret Computer Technologies
----- 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')