Gossamer Forum
Home : Products : DBMan : Installation :

CHMOD db.cgi

Quote Reply
CHMOD db.cgi
I have followed the DBman readme instructions for setting permissions as follows:

"You should find the following files in the archive and they should have the following permissions

db.cgi (755) -rwxr--r-- "

However, when I CHMOD 755 db.cgi in Hypermart the permissions become set as follows:

-rwxr-xr-x

What can I do to rectify this and is it crucial?

Many thanks

mlarb
Quote Reply
Re: CHMOD db.cgi In reply to
Actually that must be a typo in the README file. The permissions are set correctly.

755 is (rwx-r-x-r-x)

You need to allow executable permission to GROUP and EVERYONE. So, you have it set correctly.

Regards,

------------------
Eliot Lee
Founder and Editor
Anthro TECH, L.L.C
http://www.anthrotech.com/
info@anthrotech.com
==========================
Coconino Community College
http://www.coco.cc.az.us/
Web Technology
Coordinator
elee@coco.cc.az.us

[This message has been edited by Eliot (edited October 07, 1999).]