in reply to Re^2: -r broken on root_squash NFS?
in thread -r broken on root_squash NFS?
access() may not work correctly on NFS file systems with UID mapping enabled, because UID mapping is done on the server and hidden from the client, which checks permissions.and root_squash is a server option.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: -r broken on root_squash NFS?
by zigdon (Deacon) on Jun 06, 2008 at 22:18 UTC | |
by sgifford (Prior) on Jun 06, 2008 at 22:31 UTC |