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)- A4% (1)
- B82% (23)
- C11% (3)
- D4% (1)
Community Discussion
No community discussion yet for this question.