Information
The Samba daemon allows system administrators to configure their Linux systems to share file systems and directories with Windows desktops. Samba will advertise the file systems and directories via the Small Message Block (SMB) protocol. Windows desktop users will be able to mount these directories and file systems as letter drives on their systems.
Solution
Run one of the following commands to disable smb :
# chkconfig smb off
# systemctl disable smb
# update-rc.d smb disable