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

Re: [cobalt-users] dreamweaver



The file you're uploading is owned by other user than the one you're
using for the upload. I'm pretty sure you (or the person in charge of
the root account) telnetted as root and made some modification(s) on
this file as root; ok, whatever the reason, you'll have to chown that
file.

Lets suppose you're using adminweb as user for your uploads and this
user belongs to group: home, and that the directory where that file is
stored is in /home/sites/home/web, and that the filename is index.html

Then you'll have to:
cd /home/sites/home/web
ls -l index.html
chown adminweb.home index.html
ls -l index.html

The ls -l is to show you who's owning the file before the change and
after the change.

If you can't telnet, ask the system admin to change the ownership of
that file to the desired one. 

I'm 98.76% sure that that's the problem.

Regards

Ernesto


Customer Service wrote:
> 
> While up loading as siteadmin to the root for the site, keep getting the 500
> permission denied. What I'm I doing wrong, and how do I fix it?
> 
> Samuel Jones
> sejones@xxxxxxxxxxxx
> 
> _______________________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> To Subscribe or Unsubscribe, please go to:
> http://list.cobalt.com/mailman/listinfo/cobalt-users