1
edit
Changes
→smbclient
There are many ways that a Linux client can connect to an SMB server.
== smbclient ==
smbclient '\\f16\home' -U <learnid>
*After entering your password you should get a prompt similar to
smb: \>
*Enter the ls command to see a list of the files in your home directory.
#The fourth way is to use the mount command. '''THIS PART WILL PROBABLY NOT WORK !'''
#*Use the mount command to mount your matrix home directory. NOTE: This mount command will only work if your kernel was configured to allow mounting CIFS with unencrypted passwords.