Re: permission to file
Posted by ErmanArslansOracleBlog on Oct 09, 2020; 6:45pm
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/permission-to-file-tp8846p8853.html
Cool.
What is display in the user and group field of ls -al output(from Linux now)
NFSV3 uses GID and UID mapping, so if the users have same UID and GUID in both system, then the ownerships should be listed properly. (else they will be displayed as numbers)
Actually, that's why I asked the nfs version earlier.
In NFS4, we have idmapd daemon. So your idmapd was not running probably.. Or maybe it was not configured. (/etc/idmapd.conf)
In NFSv4, the concept is user@domainname; if there is no centralized user mapping, the user will be mapped to the properties defined in /etc/idmapd.conf; by default the name nobody will be used.
That idmapd can be disabled by the way.. (keyword = /fs4_disable_idmapping)