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)- A18% (6)
- B70% (23)
- C3% (1)
- D9% (3)
Community Discussion
No community discussion yet for this question.