nerdexam
LPI

117-302 · Question #7

Which of the following commands will mount a remote samba share when the user is winuser and password somepass?

The correct answer is B. mount -t smbfs -o username=winuser,password=somepass //SERVER/share. See the full explanation below for the reasoning.

Question

Which of the following commands will mount a remote samba share when the user is winuser and password somepass?

Options

  • Amount -t smbfs -o username=winuser%password=somepass //SERVER/share
  • Bmount -t smbfs -o username=winuser,password=somepass //SERVER/share
  • Cmount -t smbfs -o winuser%password=somepass //SERVER/share /media/sambashare
  • Dmount -t smbfs -o username=winuser,password=somepass \SERVER\share

How the community answered

(28 responses)
  • A
    4% (1)
  • B
    82% (23)
  • C
    11% (3)
  • D
    4% (1)

Community Discussion

No community discussion yet for this question.

Full 117-302 Practice