»
Linux
»
Examen sur Linux
»
Examen 201 : Advanced Administration
»
Section 4
»
Question 4/20
4.You are in charge of a domain. Your developers have asked that mirrors of certain sites be placed as actual directories off the default path. Specifically they have asked that the ftp.example-debian.org Debian tree should be mapped at /usr/local. Assume that ftp.example-debian.org does an NFS export of their site. What would be the correct entry in the /etc/auto.master file?
/usr/local/debian ro ftp.example-debian.org:/pub/debian
/usr/local/debian /etc/auto.debian with /etc/auto.debian containing debian-ro,soft,intr:ftp.exampledebian. org:/pub/debian
/usr/local/debian :etc/auto.debian with /etc/auto.debian containing debian:rw,soft,intr:ftp.exampledebian::/pub/debian
/etc/auto.debian with /etc/auto.debian containing debian-ro,soft,intr:ftp.exampledebian. org:/pub/debian
/etc/auto.debian with /etc/auto.debian containing debian:rw,soft,intr:ftp.exampledebian. org::/pub/debian
Explanation
« Question 3
Question 5 »