nerdexam
Red_Hat

RH302 · Question #175

Share /data directory using NFS only to example.com members. These hosts should get read and write access on shared directory.

1. vi /etc/exports /data *.example.com(rw,sync) 2. service nfs start | restart 3. service portmap start | restart 4. chkconfig nfs on

Service management

Question

Share /data directory using NFS only to example.com members. These hosts should get read and write access on shared directory.

Explanation

  1. vi /etc/exports /data *.example.com(rw,sync)
  2. service nfs start | restart
  3. service portmap start | restart
  4. chkconfig nfs on

Topics

#NFS exports#file sharing#domain-based access#exports file

Community Discussion

No community discussion yet for this question.

Full RH302 Practice