1
0
Fork 0
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:
Janek 2023-02-26 22:34:36 +01:00 committed by GitHub
parent 3646aba830
commit 49046fd6be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

12
pages/linux/nmblookup.md Normal file
View 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__`