This question has been asked before, but I've tried all the suggested approaches, short of uninstalling.
sudo service smbd stop
sudo echo 'manual' | sudo tee /etc/init/smbd.conf
sudo update-rc.d -f smbd remove
all work until the next reboot. I've even removed the init conf file, and it still starts. How do I disable them until I wish to use them?
sudo systemctl disable smbd
? – George Udosen Oct 25 '17 at 16:06