Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

Re: file permissions

The permissions are enforced by the server, so without knowing what server/platform you connect to, it is hard to answer. Generally you may not be possible to change permissions of the file in directory, if you are not owner of that directory or the files.
Ali Haig

file permissions

IN my CGI bin i have the following structure,

CGI-Bin/
level one/
level two/
level 3/

i can set the file permissions for files in levels 1 and 2 but when i try and do the same in level 3 i get an error message saying error code 3 permission denied. (Hope this makes sense)

how do i change the permissions settings on these files/what am i doing wrong?