13,420
edits
Changes
no edit summary
==INVESTIGATION 2: USING A SAMBA SERVER TO SHARE FILES FROM OTHER LINUX SERVERS ==
=== Using smbclient ===
'''Perform the following steps:'''
#In a full installation (on your host Linux machine) you should not need to install the '''samba-client ''' application on your host, but if it is not present , then do soinstall that application.#You will also need to install the ''cifs-utils '' package to be able to mount the filesystem.:<br>'''yum install cifs-utils'''
#From the host use the "smbclient" command in a terminal window:<br>'''smbclient '\\vm2\home' -U <learnid>'''
#After entering your password you should get a prompt similar to:<br>'''smb: \>'''