Network_Appliance
NS0-145 · Question #165
You wish to export /vol/vol1/data so that any NFS client may mount it read-write, and so thatthe admin host (at IP address 10.2.3.4) will have root access. Which CLI command will create this export…
The correct answer is B. exportfs -p rw,root=10.2.3.4 /vol/vol1/data. See the full explanation below for the reasoning.
Question
You wish to export /vol/vol1/data so that any NFS client may mount it read-write, and so thatthe admin host (at IP address 10.2.3.4) will have root access. Which CLI command will create this export and add it to the /etc/exports file?
Options
- Aexportfs -a rw,root=10.2.3.4 /vol/vol1/data
- Bexportfs -p rw,root=10.2.3.4 /vol/vol1/data
- Cexportfs -io rw,root=10.2.3.4 /vol/vol1/data
- Dexportfs -fo rw,sudo=10.2.3.4 /vol/vol1/data
How the community answered
(44 responses)- A2% (1)
- B84% (37)
- C5% (2)
- D9% (4)
Community Discussion
No community discussion yet for this question.