nerdexam
LPI

117-300 · Question #122

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

(33 responses)
  • A
    18% (6)
  • B
    70% (23)
  • C
    3% (1)
  • D
    9% (3)

Community Discussion

No community discussion yet for this question.

Full 117-300 Practice