On Sun, Apr 22, 2007 at 07:04:13PM +0300, Yahav Biran wrote: > Hi all, > My application is running on one host(local) and integrate with another > application that runs on another host(remote). during its work the two > applications are using the a NFS shared folder from my application, doing > some processing on some of the files there and save it there. > > Im using umask 022. > > In order that the remote user will be able to have a write access, I added > it on the remote machine to the same group of the user my application is > runnig on the local machine(I first created it with the same name on both > machines).
Permissions are checked by gid, not name. You should have both groups have the same gid. And of course permission 77x or something like that - umask is not enough. -- Didi ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]