nmblookup: move to common (#10143)

This commit is contained in:
pixel
2023-05-04 09:10:20 +02:00
committed by GitHub
parent fc03317eb6
commit ff4e2a0f22

12
pages/common/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__`