tldr/pages/common/nmblookup.md

13 lines
295 B
Markdown
Raw Normal View History

2023-02-26 21:34:36 +00:00
# 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__`