On 2019-12-11 03:34, Bob Goodwin wrote: > > On 2019-12-10 11:17, Patrick O'Callaghan wrote: >>> *Dunno where to look?* >> $ grep bobg /etc/passwd >> >> poc > > . > > Client - > > [root@Workstation-1 bobg]# grep bobg /etc/passwd > bobg:x:1000:1000:Bob Goodwin:/home/bobg:/bin/bash > > [root@Workstation-1 bobg]# grep root /etc/passwd > root:x:0:0:root:/root:/bin/bash > > server- > > [root@NFS-Server bobg]# grep bobg /etc/passwd > bobg:x:1000:1000:Bob Goodwin:/home/bobg:/bin/bash > > [root@NFS-Server bobg]# grep root /etc/passwd > root:x:0:0:root:/root:/bin/bash > operator:x:11:0:operator:/root:/sbin/nologin > > > If this is a problem, I really don't know what it should be? It appears they are the same on the server as on the client > > Confusion prevails here, that is for me ... > This shows that the UID for bobg (the first number in the password entry) is 1000 This shows that the GID for bobg (the second number in the password entry) is 1000 So, they are the same. That is what is wanted. Therefore, follow what I said earlier. On the server..... chown -R bobg:bobg /nfs4exports Making ownership of the directory. -- The key to getting good answers is to ask good questions. _______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx