mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-03 07:43:21 +00:00
18 lines
388 B
Plaintext
18 lines
388 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 '*'`
|
|
|
|
- Find hosts in the local network with SMB shares run by SAMBA:
|
|
|
|
`nmblookup --status __SAMBA__`
|