<div dir="ltr"><br><br><div class="gmail_quote">On Sun, Sep 21, 2008 at 6:07 PM, Italo Valcy <span dir="ltr"><<a href="mailto:italovalcy@gmail.com">italovalcy@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div dir="ltr">Hi all,<br>
<br>
When I submit a job through of the qsub, the stdout and stderr files are write with <br>
permission '600' (rw-------). Example:<br>
<br>
<a href="https://webmail.dcc.ufba.br/horde/imp/compose.php?to=italo%40mainha&thismailbox=INBOX.Enviadas" target="_blank">italo@mainha</a>:~$ echo "/bin/date" | qsub<br>
1308.mainha<br>
<a href="https://webmail.dcc.ufba.br/horde/imp/compose.php?to=italo%40mainha&thismailbox=INBOX.Enviadas" target="_blank">italo@mainha</a>:~$ ls -l STDIN.*<br>
-rw------- 1 italo users 0 2008-09-21 18:58 STDIN.e1308<br>
-rw------- 1 italo users 29 2008-09-21 18:58 STDIN.o1308<br>
<br>
Is there a way of modify this? I want that the group haves permission of read (640 or <br>
rw-r-----) the files... How to this?<br>
</div></blockquote></div><br><br>qsub -W umask=XXX<br><br>please note that prior to torque 2.3.4, this needs to be a _decimal_ value, not octal so you need to convert your umask into a decimal number. when 2.3.4 is released it will correctly interpret a umask value that starts with zero as an octal value<br>
<br> <br></div>