次のコマンドのうち、SMB3 プロトコルを使用して Windows Server 2012 R2 サーバー fs1 上の共有 Share に接続するものはどれですか。
正解:B
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. Reference: smbclient man page Samba: smbclient Command Options