Probem is nfs folder access from root/users on another node

Hi all

I am try NFS on node1 & node2 servers.

On node1, when I am using

# share -F nfs -o rw,anon=0 /abc

On node2, when I am using

# mount -f nfs node1:/abc /a

in /a folder, root user is able to create files but any other user from node2 is not able to create files, please let me know how any other user can create files in this folder on node2

Well, aside from the usual chmod/chown/chgrp problems of making the mounted files accessible, there is the potential that ids and groups have different # on the two machines. NFS somewhat created the need for NIS/yp. Show us some permissions on files and directories (ls -ld).