You have elected to use the automounter and the autofs script. Your /etc/auto.master file contains the following:
/home /etc/auto.home
/project /etc/auto.projeet
/data yp:data.map
If you change the contents of /etc/auto.project to include a new source path what must be done to access the new path?
A.
Shutdown and restart the local NFS client daemons
B.
Run fsck on the affected mount point
C.
Issue the /etc/init.d/autofs reload command
D.
Add the newly mapped path to/etc/fstab
E.
Nothing Simply access the newly mapped resource
should be E. If /etc/auto.master change then you need to reload the daemons. If the child container (like auto.project) just leave it, it will automatically load the new configuration.
Thanks.