<div dir="ltr">Yes, this "<span style="font-size:12.8px"> -rwxrwxr-x" </span>is for all executables in Wien2k.<div><br></div><div>Bhamu</div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><span style="color:rgb(0,0,0)"><br></span></div></div></div></div></div></div></div></div></div></div></div><div class="gmail_quote">On Thu, Nov 17, 2016 at 10:05 AM, Víctor Luaña Cabal <span dir="ltr"><<a href="mailto:victor@fluor.quimica.uniovi.es" target="_blank">victor@fluor.quimica.uniovi.es</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Thu, Nov 17, 2016 at 11:05:21PM +0530, Dr. K. C. Bhamu wrote:<br>
> Thank you Dr. Víctor for suggestion.<br>
> But, it could not helped me.<br>
> I ran the chmod -R ugo+r,a+X *   command in the Wien2k dir and the problem<br>
> is still same:<br>
><br>
>  -rwxrwxr-x for all files.<br>
<br>
Do you mean that every file has those permissions? Including executabables,<br>
inputs and uoutputs?<br>
<br>
In that case you have to use the chmod ro remove permissions or set<br>
exactly then to the ones you decide.<br>
<br>
The permissions at the time of creation of a new file are decided by<br>
the umask setting. For instance, if you are using bash your ~/.bashrc<br>
shoud containg something like<br>
<br>
umask 027<br>
<br>
that will give you (the owner) rw permission and the x will be provided<br>
after compilling and loading, or you can assing it with a chmod un the<br>
case you are creating a text script (bash, pytho, awk, ...) and decide<br>
to convert the script into a executable.<br>
<br>
The umask gives also everybody in your group r permissions, and others<br>
no permission whatever.<br>
<br>
Try reading a good user guide on the shell you prefer. It pays the time<br>
you dedicate at the beginning.<br>
<br>
Best regards,<br>
             V.<br>
______________________________<wbr>_________________<br>
Wien mailing list<br>
<a href="mailto:Wien@zeus.theochem.tuwien.ac.at">Wien@zeus.theochem.tuwien.ac.<wbr>at</a><br>
<a href="http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien" rel="noreferrer" target="_blank">http://zeus.theochem.tuwien.<wbr>ac.at/mailman/listinfo/wien</a><br>
SEARCH the MAILING-LIST at:  <a href="http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html" rel="noreferrer" target="_blank">http://www.mail-archive.com/<wbr>wien@zeus.theochem.tuwien.ac.<wbr>at/index.html</a><br>
</blockquote></div><br></div></div>