[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re[2]: [cobalt-users] Template files location?
- Subject: Re[2]: [cobalt-users] Template files location?
- From: Florian Effenberger <florian.effenberger@xxxxxxxxxxxxx>
- Date: Thu Nov 30 12:18:01 2000
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Hi,
> Okay, I have found the template files but cant seem to change them, heres
> what Im doing.
> I ftp my new menu0.html into a users directory.
> I then telnet into the server as admin
> then do a su with my password
> then I go to /usr/admserv/html/.cobalt
> and type in rename menu0.html menu0.bak
> Then type in ls -l
> And the listing still shows the menu0.html as menu0.html I dont want to
> just move the new menu0.html from the users directory to the live area if
> something goes wrong I'd have to delete the account and start over.
> Any advice appreciated.
Hmmm.... try typing
mv ./menu0.html ./menu0.bak
-- Florian