A system called renegade is configured to access a CAD application and the man pages using
automount. The system has the following /etc/auto_master file:
# Master map for automounter
#
/home auto_home -nobrowse
/- auto_direct -ro
The renegade system also has the following /etc/auto_direct file: # Superuser-created direct map
for automounter
#
/tools/cad -ro,soft cadserver:/export/cad,v2
/usr/share/man -ro,soft docserver1,docserver2:/usr/share/man
Which two statements are true about the renegade system? (Choose two.)
A.
To access the CAD application, the user can type # cd /tools/cad.
B.
Before trying to access the man pages, the user must first run the # automount command.
C.
If the mount of /tools/cad fails for any reason, the system continues to retry until cadserver
responds.
D.
The /usr/share/man directory is mounted from docserver1 or docserver2, depending upon
availability.
E.
To access the CAD application, the user must type the full path as follows: # cd
/net/cadserver/export/cad,v2.