[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] RaQ3 FrontPage error message
- Subject: Re: [cobalt-users] RaQ3 FrontPage error message
- From: "Zeffie" <cobaltlist@xxxxxxxx>
- Date: Sun May 21 12:32:32 2000
> I get the following FrontPage Error message when I try to open the root
> FrontPage web.
>
> Server error: Cannot change permissions on file
> "/home/sites/home/web/index.shtml"
>
> Any clue as to what this is and how I could fix it?
telnet into your box and su
ls -l /home/sites/home/web/
see who owns index.shtml
make sure that matches the owner of eveything else
chown rightowner /home/sites/home/web/index.shtml
Zeffie