From 49046fd6be8a7b1b73dc3242392af4ce9c6fab59 Mon Sep 17 00:00:00 2001 From: Janek Date: Sun, 26 Feb 2023 22:34:36 +0100 Subject: [PATCH] nmblookup: add page (#9786) --- pages/linux/nmblookup.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages/linux/nmblookup.md diff --git a/pages/linux/nmblookup.md b/pages/linux/nmblookup.md new file mode 100644 index 000000000..7dd91b83a --- /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__`