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

RE: [cobalt-users] ASP Question on permission



-----Original Message-----
From: cobalt-users-admin@xxxxxxxxxxxxxxx
[mailto:cobalt-users-admin@xxxxxxxxxxxxxxx] On Behalf Of JMG Enterprises
Support
Sent: Thursday, February 19, 2004 10:08 PM
To: cobalt-users@xxxxxxxxxxxxxxx
Subject: [cobalt-users] ASP Question on permission

On a Raq550, I have an ASP program writing to a CSV file but I want to
tighten the permissions of this CSV file to 644.  It appears that it only
works when I have that last digit as a 6 or 7 (as in 666 or 647).  It does
not matter what the first two digits are. They can be any valid number for
that permission slot.

Any ideas?  I want root or group to be the only permissions to write to the
file.  I do not want public to be able to write to the file.

John



Found the answer ...  The file owner must be "httpd".  Then you can have 644
permission.

Thanks for those who tried.

John