Hello everybody !
I have installed Samba in my Pi 4 (Raspbian) and I can access my shared folders from Windows 10... but Samba always starts at boot time, and I prefer to start/stop the server manually, how can I do that ?
Thanks in advance!
Code: Select all
sudo systemctl disable smbdCode: Select all
sudo systemctl start smbdCode: Select all
sudo systemctl stop smbdCode: Select all
sudo systemctl status smbd