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 Server Message Block (SMB) protocol. Windows desktop users will
be able to mount these directories and file systems as letter drives on their systems.
Rationale:
If there is no need to mount directories and file systems to Windows systems, then this
service can be deleted to reduce the potential attack surface.
Solution
Run one of the following commands to disable smb :
# chkconfig smb off
# systemctl disable smb
# update-rc.d smb disable
Notes:
Additional methods of disabling a service exist. Consult your distribution documentation
for appropriate methods.
On some distributions the samba service is known as samba, not smb.