I have RHEL Machine which has NFS mounted locally.
Code:
#showmount -e localhost
localhost:/apps/ImagesS on /mnt type nfs (rw,addr=127.0.0.1)
When I am tying to copy a file from /tmp directory to /mnt/themes it reports "Operation not permitted"
Code:
mv: cannot create regular file `/mnt/themes/tester': Permission denied
Pls Suggest