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

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

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

A.
mount -t smbfs -o username=winuser%password=somepass //SERVER/share
/media/sambashare

B.
mount -t smbfs -o username=winuser,password=somepass //SERVER/share
/media/sambashare

C.
mount -t smbfs -o winuser%password=somepass //SERVER/share /media/sambashare

D.
mount -t smbfs -o username=winuser,password=somepass \\SERVER\share
/media/sambashare



Leave a Reply 0

Your email address will not be published. Required fields are marked *