[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: setting umask for an nfs mount



On Wed, 24 Sep 2003 16:45:59 +0100, Shri Shrikumar wrote:

> On Wed, 2003-09-24 at 15:05, Mark Ferlatte wrote:
>> The umask is a per-process setting, not a per mount setting.
>> 
>> What are you trying to accomplish?
> 
> I have the following directory structure
> 
> ~/
>     src/
>     shared/
> 
> What happens now is that wherever I create a file, its created with
> -rw-rw---- permissions. What I would like is for all files in share to be
> created with the permissions of -rw-rw-r--
> 
Having the same problems here. Solved it by writing a script setperms.sh
that sets the correct permissions. This script can be called by a cron
job. Not a nice solution but I found no better.

Greetings
Andre




Reply to: