diff --git a/pages/linux/nmblookup.md b/pages/linux/nmblookup.md new file mode 100644 index 0000000000..7dd91b83a4 --- /dev/null +++ b/pages/linux/nmblookup.md @@ -0,0 +1,12 @@ +# nmblookup + +> Discover SMB shares. +> More information: . + +- 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__`