<craig.ab...@americredit.com> writes:

> In the rssh.conf file I have the following.

> # Set the default umask
> umask = 006
> # Users configuration
> user=bob:006:00011:/test

> Lately for some reason files are not getting the correct permissions
> anymore? they now get 640 instead of 644.

Well, yes.  You're setting the umask to prevent files from having
permissions of 644.  The 006 umask will allow the last digit of the
permissions to be at most 1.

> I change the unask to 000 and the files get a permission of 664 ?

Sounds like it's working properly....

-- 
Russ Allbery (r...@stanford.edu)             <http://www.eyrie.org/~eagle/>

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
rssh-discuss mailing list
rssh-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rssh-discuss

Reply via email to