I don't know if Samba is pre-installed in my Linux system.
I have the /etc/samba/ directory, with smb.conf file. But if I try one of these commands
sudo service smb start
sudo service samba start
sudo service smbd start
the answer is always unrecognized service.
In /etc/init.d there is no file like smb, samba or smbd. How could I check anymore?
Thank you anyway!