Re: Pete Eberlein's Web Utilities Issue
- Posted by acran at readout.fsnet.co.uk Jan 13, 2003
- 486 views
At 10:50 PM 1/12/03 -0500, you wrote: <snip> >Clue 2: in the working dir of webserver.exu, try this 'touch ex.err;chmod 0555 ex.err' >That should bypass any problems w/ the write permissions of the file/dir. Make that: touch ex.err ; chmod 0666 ex.err A perm of 0555 actually removes all write access which is probably not what you want. Regards, Andy Cranston.