inherited permissions with NFS
Hi,
I have NFS running on SERVER and with REMOTE I can access, read and write the exported directory. The uid's and gid's are the same on both SERVER & REMOTE. I do not use NIS.
Scenario 1
The SERVER directory (not a user's directory) is exported as:
drwxrws--- root testit /home/Testit.
On REMOTE, when I create newfile in the NFS directory from the terminal it is created as:
-rw-r--r-- username testit newfile. The group is OK, the permissions not.
When I create newfile in a gnome window on the same REMOTE it is created as
-rw------- username usergroup newfile.
I would like to have the new files inherit the directorie's group and permissions and should be like:
-rwxrwx--- username directorygroupname newfile.
How can I influence NFS or the REMOTE to create the group and permissions for the new files?
Is this a NFS or a Gnome problem. Where can I change a setting so that the files in the directory inherit the group and permissions of the directory?
Scenario 2
The SERVER directory (user's home) that is exported is
drwxrwx--- /home/username.
On REMOTE, when I create newfile in the NFS directory form the terminal it is created as
-rw-r--r-- username usergroup newfile.
When I create newfile in gnome on the same REMOTE it is created as
-rw------- username usergroup newfile.
Why the difference?
I would like to have the new files inherit the directories group and permissions and should be like:
-rwxrwx--- username directorygroupname newfile.
How can I influence NFS or the REMOTE to create the group and permissions for the new files?
THANKS for your help.
elb
Last edited by elbe3321; 10-23-2005 at 10:45 AM.
|