mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
13 lines
295 B
Markdown
13 lines
295 B
Markdown
![]() |
# nmblookup
|
||
|
|
||
|
> Discover SMB shares.
|
||
|
> More information: <https://www.samba.org/samba/docs/current/man-html/nmblookup.1.html>.
|
||
|
|
||
|
- Find hosts in the local network with SMB shares:
|
||
|
|
||
|
`nmblookup -S '*'`
|
||
|
|
||
|
- Find hosts in the local network with SMB shares run by SAMBA:
|
||
|
|
||
|
`nmblookup --status __SAMBA__`
|