How to connect to CIFS in linux via Console/Shell
Assuming you have smbclient installed (apt-get install smb-client)
smbclient -U username servernamefolder
Will prompt for password and voila! Do a ‘ls’ to show directories
Feeding Your Inner Developer
Assuming you have smbclient installed (apt-get install smb-client)
smbclient -U username servernamefolder
Will prompt for password and voila! Do a ‘ls’ to show directories
Recent Comments