Using Samba in Linux, we can do netsend like in windows to other machines. The command for this is:
smbclient -M [NETBIOS Name] -I [IP Address]
If you don’t know the NETBIOS name, we can find that using following command:
nmblookup -A [IP Address]
*collected it from one blog in net.