1.samba Server Overview
Samba is the first bridge between Linux and Windows two platforms, and thanks to the advent of samba, we can communicate with each other on Linux and Windows systems, such as copying files, sharing resources between different operating systems, and so on.
Using the NetBIOS overtcp/ip "Network Basic input/output System"
2.samba Server Configuration
To view the installation package: # RPM-QA |grep Samba
Port number: 139 and 445
Server Installation: #rpm-ivh/mnt/packages/samba-3.5.10-114.el6.x86_64.rpm
Client Installation: #rpm-ivh/mnt/packages/samba-client-3.5.10-114.el6.x86_64.rpm
Best Yum Installation
3. Service Configuration
View Profile: #rpm-pql/mnt/packages/samba-3.5.10-114.el6.x86_64.rpm |more
Configuration file: #vim/etc/samba/smb.conf
4. Start off
#service SMB Start or/ETC/RC.D/INIT.D/SMB start or (CENTOS7) systemctl start SMB
Samba Server for Linux