Re: [Rd] How to set user read request while R install

2014-02-07 Thread Sandip Nandi
Thanks Simon , I will check it out . Thanks, Sandip On Fri, Feb 7, 2014 at 11:16 AM, Simon Urbanek wrote: > Sandip, > > this has nothing to do with R but rather your restrictive umask setting. > If you want others to have rx permissions, change your umask to something > like 0022 which is more

Re: [Rd] How to set user read request while R install

2014-02-07 Thread Simon Urbanek
Sandip, this has nothing to do with R but rather your restrictive umask setting. If you want others to have rx permissions, change your umask to something like 0022 which is more commonly used (please see unix documentation on the concepts involved). Cheers, Simon On Feb 7, 2014, at 1:15 PM,