Oracle
1Z0-403 · Question #100
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…
The correct answer is A. The autofs service on station1 would not be able to mount any of the shares. See the full explanation below for the reasoning.
Question
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?
Options
- AThe autofs service on station1 would not be able to mount any of the shares.
- BThe share /home on server1 would be mounted on the /shares directory on station1.
- CThe share /shared on server1 would be mounted on the /shares directory on station1.
- DThe autofs service on station1 would mount both the shares on the /shares directory on station1.
How the community answered
(49 responses)- A82% (40)
- B4% (2)
- C2% (1)
- D12% (6)
Community Discussion
No community discussion yet for this question.