mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 23:35:25 +02:00
nmblookup: add page (#9786)
This commit is contained in:
parent
3646aba830
commit
49046fd6be
1 changed files with 12 additions and 0 deletions
12
pages/linux/nmblookup.md
Normal file
12
pages/linux/nmblookup.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# 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__`
|
Loading…
Add table
Reference in a new issue