1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-01 09:35:30 +02:00
tldr/pages/common/nmblookup.md

13 lines
319 B
Markdown
Raw Normal View History

2023-02-26 22:34:36 +01: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:
2025-05-04 20:03:26 +03:00
`nmblookup {{[-S|--status]}} '*'`
2023-02-26 22:34:36 +01:00
- Find hosts in the local network with SMB shares run by SAMBA:
2025-05-04 20:03:26 +03:00
`nmblookup {{[-S|--status]}} __SAMBA__`