Testing Samba / SMB / CIFS Connections with Linux
smbclient is the command that we want to use for testing
1 2 3 4 5 |
## smbclient comes with the smbclient package which smbclient # /usr/bin/smbclient dpkg -S /usr/bin/smbclient # smbclient: /usr/bin/smbclient |
First get the share names with (I use -N to omit the password, most often you dont need a passwordRead More…