As a Linux administrator, you edited the /etc/auto.master and /etc/auto.misc files as shown below:
[root@station1 ~] cat /etc/auto.master
/shares /etc/auto.misc –timeout=60
[root@station1 ~] cat /etc/auto.misc
* -rw,soft,intr server1.example.com:/shared/&
* -rw,soft,intr server1.example.com:/home/&
Which statement is true?
A.
Theautofs service on station1 would not be able to mount any of the shares.
B.
The share /home on server1 would be mounted on the /shares directory on station1.
C.
The share /shared on server1 would be mounted on the /shares directory on station1.
D.
Theautofs service on station1 would mount both the shares on the /shares directory on
station1.