LFCS · Question #320
Which command would be used to search for all available workgroups/domains and NetBIOS names?
The correct answer is B. findsmb. The findsmb command is specifically designed to discover and list all available Samba workgroups, domains, and NetBIOS names on a network.
Question
Options
- Anmblookup
- Bfindsmb
- Csmbget
- Dsmbclient
How the community answered
(58 responses)- A2% (1)
- B93% (54)
- C5% (3)
Why each option
The `findsmb` command is specifically designed to discover and list all available Samba workgroups, domains, and NetBIOS names on a network.
`nmblookup` is used for direct NetBIOS name resolution (name to IP or IP to name), not for a comprehensive discovery of all available workgroups and domains.
The `findsmb` command is a utility provided by Samba that broadcasts queries on the network to discover and display information about all active Samba/SMB servers, including their workgroups, domains, NetBIOS names, and IP addresses.
`smbget` is a client utility used for downloading files from an SMB/CIFS share, similar to the `wget` command.
`smbclient` is an interactive client for connecting to and browsing individual SMB/CIFS shares, not for broadly discovering all network resources.
Concept tested: Samba network resource discovery
Source: https://www.samba.org/samba/docs/current/manpages/findsmb.1.html
Topics
Community Discussion
No community discussion yet for this question.