Could be either. Would user "coolboarderguy" be able to write to
directory "/home/batmanbegins/nfsshare" on 192.168.168.10 itself?
get the feeling u just pitched me a curve ball(or a googley if ya inta
cricket), yes..? lol..
What's the output of:
$ ls -ldn /home/coolboarderguy/nfsshare
$ id
[root@localhost nfsshare]# ls -ldn /home/coolboarderguy/nfsshare
drwxr-xr-x 2 0 0 4096 Aug 16 15:03 /home/coolboarderguy/nfsshare
[root@localhost nfsshare]# id
uid=0(root) gid=0(root)
groups=0(root),1(bin),2(daemon),3(sys),4(adm),6(disk),10(wheel)
[root@localhost nfsshare]#
What's the entry in /etc/exports for this share on 192.168.168.10?
/home/batmanbegins/nfsshare 192.168.168.12(rw, sync)
Paul.