Red_Hat
RH302 · Question #175
RH302 Question #175: Real Exam Question with Answer & Explanation
1. vi /etc/exports /data *.example.com(rw,sync) 2. service nfs start | restart 3. service portmap start | restart 4. chkconfig nfs on
Question
Share /data directory using NFS only to example.com members. These hosts should get read and write access on shared directory.
Explanation
- vi /etc/exports /data *.example.com(rw,sync)
- service nfs start | restart
- service portmap start | restart
- chkconfig nfs on
Community Discussion
No community discussion yet for this question.