On 07/14/08, Dino wrote: > > root# ls -al | grep tank > drwxr-xr-x 7 100 10 8 Jul 13 16:58 tank > root# mount | grep tank > mosasaur:/tank on /tank type nfs > root# touch /tank/FILE > touch: /tank/FILE: Permission denied
You accessed nfs file as root, which was mapped to "nobody" on nfs server. That was the reason why your access was denied. -- Regards, Raymond