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>…
Question
Options
- Asmbcontrol -L FileSrv1
- Bsmbshares --server FileSrv1
- Csmbstatus -S FileSrv1
- Dsmbmount -L FileSrv1
- Esmbclient -L FileSrv1
How the community answered
(31 responses)- A3% (1)
- B3% (1)
- E94% (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
Community Discussion
No community discussion yet for this question.