How to install Samba server on CentOS 7
Command
sudo yum install samba samba-client samba-common smbpasswd -a username smbpasswd -e username
Config file
[data] path = /home/database writeable = yes public = yes
Command
sudo yum install samba samba-client samba-common smbpasswd -a username smbpasswd -e username
Config file
[data] path = /home/database writeable = yes public = yes