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

Re: [Condor-users] problems with file permissions




Hi,

I have a question about *out and *err file permissions from condor jobs. We use a submission script that sets these files to be group readable when a job is submitted. Sometime during job execution the group read permission is turned off. This is annoying for users trying to help each other debug jobs among other things. Our *.log files remain group readable. Is there a way to change this behavior?

Try setting

skip_filechecks = true

in the submit file.

-greg