Hello
I've wrote a simple CGI script in C.
The problem is upon file creation - create() - the system
does not automaticly sets the file attributes so
that owner can read/write/execute the file.
Well I can change the attributes using the fchmod()
but it is not good for me because the file is created only once a day and they the script writes to the file.
So I could use fchmod() all the time but this is unnessesary
overhead.
So I need that newly created file automagically receives
owner read/write/execute attributes.
Can somebody help me?
Thanks,
P.S. I create file in cgi-bin directory.
P.P.S. I am not a visitor but a Futurequest.net member

P.P.P.S. Execuse my English

------------------
Axel<!-- NO_AUTO_LINK -->
[This message has been edited by Axel (edited 05-09-00@2:23 pm)]