Am 21.06.2012 um 12:15 schrieb Dave Love: > CB <cbalw...@gmail.com> writes: > >> Hi, >> >> I am using the GE2011.11 release. >> >> When a job dispatched to a node, it creates $TMP directory, which is >> usually located at /tmp on the execution host. The current file permission >> on $TMP is 755. I would like to modify it to 750. Can anyone point me >> which file should I modify? I thought this might be quicker than me to >> searching through the source code. > > https://arc.liv.ac.uk/trac/SGE/ticket/109 > > The relevant code is actually in sge_exec_job (in recent versions?). I > haven't got round to seeing if configuring the various umasks will break > anything, particularly if it's controlled by a single parameter. (The > permission on the job spool is actually the most interesting.)
Would it help for the OP to change the permissions in a starter_method, or using in ACLs in /scratch like: $ setfacl -m d:o:- /scratch so that newly created directories will have no access for other? -- Reuti > -- > Community Grid Engine: http://arc.liv.ac.uk/SGE/ > _______________________________________________ > users mailing list > users@gridengine.org > https://gridengine.org/mailman/listinfo/users _______________________________________________ users mailing list users@gridengine.org https://gridengine.org/mailman/listinfo/users