nerdexam
LPI

300-300 · Question #30

Which smbclient invocation displays a list of the available SMB shares on the remote Samba server FileSrv1?

The correct answer is E. smbclient -L FileSrv1. The smbclient command is used to access shared resources on a network that uses the SMB (Server Message Block) protocol. To list the available SMB shares on a remote Samba server, the correct invocation is smbclient -L <server_name>. Here, -L stands for "list" and <server_name>…

300.5 Client Side Setup

Question

Which smbclient invocation displays a list of the available SMB shares on the remote Samba server FileSrv1?

Options

  • Asmbcontrol -L FileSrv1
  • Bsmbshares --server FileSrv1
  • Csmbstatus -S FileSrv1
  • Dsmbmount -L FileSrv1
  • Esmbclient -L FileSrv1

How the community answered

(31 responses)
  • A
    3% (1)
  • B
    3% (1)
  • E
    94% (29)

Explanation

The smbclient command is used to access shared resources on a network that uses the SMB (Server Message Block) protocol. To list the available SMB shares on a remote Samba server, the correct invocation is smbclient -L <server_name>. Here, -L stands for "list" and <server_name> is the name of the Samba server. Therefore, smbclient -L FileSrv1 will list all the available SMB shares on the server named FileSrv1.

Topics

#smbclient#list shares#SMB shares#-L flag

Community Discussion

No community discussion yet for this question.

Full 300-300 Practice