NFS file access options
Hi friends,
I have a NFS server running with two clients connected. Inside the exported directory a strange thing happens:
1. Client A creates a directory X with permissions 775. Client A also creates a file F in directory X with permission 644. Everything fine.
2. Client B can delete file F despite it is owned by client A. Client B does have only read access to file F. I expect file F to be deleteable by client A only.
What's wrong ?
Thanks.
|