We have seen that the files shared in case of multi host we have to share this file with export option
/hana/shared/ , the export option is set as rw,no_root_squash
rw : read write permission
/hana/shared/ , the export option is set as rw,no_root_squash
rw : read write permission
no_root_squash: This option basically gives authority to the root user on the client to access files on the NFS server as root. And this can lead to serious security implications.
Comments
Post a Comment