nerdexam
Oracle

1Z0-100 · Question #74

Examine these configuration files: # cat /etc/auto.master /net-hosts /- auto.direct ro # cat /etc/auto.direct /nfs1 o16:/export/share1 /nfs2 -sync o16:/export/share2 /nfs o16:/export/share3 Which…

The correct answer is C. /nfs1 and /nfs3 are mounted read-only, async whereas /nfs2 mounted read-only, sync. See the full explanation below for the reasoning.

Question

Examine these configuration files:

cat /etc/auto.master /net-hosts /- auto.direct ro # cat /etc/auto.direct /nfs1 o16:/export/share1 /nfs2 -sync o16:/export/share2 /nfs o16:/export/share3 Which mount options will automounter use to mount the filesystems listed in /etc/auto.direct?

Options

  • AAll three filesystems are mounted read-only, async.
  • B/nfs1 and /nfs3 are mounted read-only, async whereas /nfs2 mounted read-write, sync.
  • C/nfs1 and /nfs3 are mounted read-only, async whereas /nfs2 mounted read-only, sync.
  • DAll three filesystems are mounted read-write, sync.

How the community answered

(36 responses)
  • A
    8% (3)
  • B
    17% (6)
  • C
    72% (26)
  • D
    3% (1)

Community Discussion

No community discussion yet for this question.

Full 1Z0-100 Practice