bad file permissions on NFS shares ( share all nfs with a fixed user)
I have found the best way to combat bad file permissions on NFS shares, only do this if you don’t care for security. in /etc/exports add the option Code: all_squash This will by default force permissions of all creations and accesses to the uid 65534 and the gid 65534, if you wish to specify the… Leer más »