Gossamer Forum
Home : Products : DBMan : Installation :

Permissions

Quote Reply
Permissions
Hi,

I can't seem to get this running and I think part of my problem is with permissions. I have telnet'd to my ISP and see that the permissions are wrong on the db.cgi According to the readme, the db.cgi should be 755 or -rwxr--r--.

It seems so complicated to set -rwxr--r--, I would prefer to set it to 755. How do I do that with CHMOD?

Thanks...Tom
Quote Reply
Re: Permissions In reply to
Hi Tom,

That's an error in the documentation, it should read (755) -rwxr-xr-x

You can set it with chmod by doing:

chmod 755 db.cgi

Sorry about the confusion.

Cheers,

Alex