You are implementing an NFS solution for five clients. Four clients can read and write to the export
but only one can read.
What action should be taken so that the read-only client can read and write to the export?

A.
Add it to the “Root Host” or “read/write Host” security option
B.
Clear the “Host access read only export” checkbox
C.
Remove it from the “Read-Only Host” security option
D.
Remove it from the “Access-Host” security option
Host Access Read-only Export : This option exports the path for all NFS client as read-only
Read-only hosts: It exports the path for specified NFS clients as read-only. It can be an IP host, subnet, or netgroup
Read/Write hosts: It exports the path as read, or write for the specified IP client, subnet or netgroup
Root Host: The specified IP host, subnet or netgroup gets to root access to the file system.
Access Hosts: It provides default access (read and execute) for the specified clients. It denies access to those NFS clients who are not given explicit access.
0
0