nerdexam
LPI

300-300 · Question #32

300-300 Question #32: Real Exam Question with Answer & Explanation

The correct answer is B. smbclient --max-protocol SMB3 //fs1/Share. To connect to a share on a Windows server using the SMB3 protocol, the smbclient command with the --max-protocol option should be used. The --max-protocol option allows you to specify the highest SMB protocol version that should be used. Therefore, the correct command is smbclien

Question

Which of the following commands connects to the share Share on the Windows Server 2012 R2 server fs1 using the SMB3 protocol?

Options

  • Asmb3client //fs1/Share
  • Bsmbclient --max-protocol SMB3 //fs1/Share
  • Csmbclient --w2k12 //fs1/share
  • Dsmbclient -p 3 //fs1/Share
  • Ecifsclient //fs1/Share

Explanation

To connect to a share on a Windows server using the SMB3 protocol, the smbclient command with the --max-protocol option should be used. The --max-protocol option allows you to specify the highest SMB protocol version that should be used. Therefore, the correct command is smbclient -- max-protocol SMB3 //fs1/Share.

Community Discussion

No community discussion yet for this question.

Full 300-300 Practice