On 09Dec2019 18:05, Bob Goodwin <bobgoodwin@xxxxxxxxxxx> wrote:
My NFS server works fine but not as a user other than root and I have not been able to change that. I suspect this is not an uncommon problem and hope that someone can tell me how to fix it?
Are you saying that on a _client_ machine, users who are not root cannot browse the mounted NFS tree?
If so, the first thing to come to mind is that traditionally, the underlying mount directory permissions govern access to the top of the mount. So:
- umount the NFS share - look at the perms on the mount point; are they root only? - try: chmod 755 /the/mount/point - remount the NFS share and retest Cheers, Cameron Simpson <cs@xxxxxxxxxx> _______________________________________________ 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