On Sun, 27 Jan 2013 00:54:52 +0100 Ralph Seichter <[email protected]> wrote:
> On 27.01.13 00:04, Alan McKinnon wrote: > > > What sort of client is this, and what umask is it using? > > The client is an Edision Argus Pingulux Plus satellite receiver. > > [root@stlinux]#uname -a > Linux stlinux 2.6.32.42_stm24_V4.1-SAT7111_7111-STSDK #56 PREEMPT Tue > Oct 16 16:17:14 CST 2012 sh4 GNU/Linux > > > That's regular shell umask, not some fancy thing related to fs > > mounts. > > [root@stlinux]#umask > 0022 > > This umask looks OK to me. > > -Ralph > You config certainly looks right to me, and I don't know of any config that makes it work differently. I've always found default permissions on NFS shares to be a difficult thing to implement. One can do it with POSIX file attributes on the server but I always found that cumbersome and very susceptible to being forgotten about I usually end up running chmod in a cron on the server :-) -- Alan McKinnon [email protected]

