1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-30 16:35:30 +02:00
tldr/pages/common/nmblookup.md
2025-05-04 20:03:26 +03:00

12 lines
319 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|--status]}} '*'`
- Find hosts in the local network with SMB shares run by SAMBA:
`nmblookup {{[-S|--status]}} __SAMBA__`