Creating files in nfs mount as different user
in server:
in /etc/exports:
/hello *(rw,no_root_squash)
started nfs
in client:
mounted /hello on /hello1
Now I have to check whether can I create file "file" on /hello with user1 and same file "file" on /hello1 mount point with different user user2. If can , How to do ? If not, why its not possible? May I know the answers please.
Last edited by sahana12; 08-23-2012 at 02:10 AM.
|