Files
cheatsheet-tldr/tldr/nmblookup
2025-05-05 00:21:02 +00:00

18 lines
412 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# 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__`