How to configure samba client in Linux Part2

Samba Client Configuration Hello and welcome to part 2 of configuring samba.In our previous tutorial we discussed how to configure samba server and then accessed linux samba share from windows. In this second part we will learn how to configure samba client on linux and will demonstrate how to access linux samba server from linux with samba client configured on it. Assumption: We assume you have already configured samba server on linux as per instructions in our part 1 tutorial Client side Linux For using samba services on Linux client machine you need to install it samba-client. [root@blogger Bhaskar]# yum install samba-client –y Here I am using CentOS 6.7 version of linux . So I need to start the service by using below command. [root@blogger Bhaskar]# service smb start To view/display the shared data use below command