Write permisson in NFS mounting

Hi all
i have done set up for nfs.
at server
<dir> <client IP>/<netmask>(rw,sync)

at client
mount -o rw -nfs <server IP>:<dir1><dir2>

with this i am successful in mounting the directory with write permission.
But the write permission is not activate in client machine for the file which is created by server. The write permission is only for the file if client create a file of its own.
I WANT TO GIVE WRITE PERMISSION SUCH THAT EVEN IF THE FILE IS CREATED BY SERVER , CLIENT SHOULD ABLE TO WRITE IN IT.

please help
thanks

bhakti

You should start by posting

  1. The OS you are using ( uname -a output )
  2. Whether you are using centralized user management ( nis/ldap etc)
  1. Not using red color or caps, it's not necessary, we can read properly and get the main idea.

and...

  1. be polite when asking someone else a favor :wink:

hi check your directory permission for other user level is set or not

since generally we shall face this problem when accessing file from remote it becomes a other level permission so we need to set the other permission set to write
user-group-other permission level setting can help u to write from remote/client

your server side must read and write perm.(in file and dire)
for all user after that all user enable for read and write your file
its open for all , you must sure about read and write for all !
pankaj