On 6/15/08, Robert Keizer <[EMAIL PROTECTED]> wrote: > On the server, there is a file "test" chmodded to 777 in /storage. > Using the command > > mount -t nfs 10.0.0.101:/storage /mnt/storage > > I can mount the nfs volume in ubuntu 8.04 (laptop). But the > permissions are not set right, I cannot remove the test file. > Any ideas?
The permissions on a file are not the same as the permissions on the directory it's in. Deleting a file modifies the directory, not the file.

