Enable Samba share of Logs folder on Rasp-Pi

Can anyone please point me to the name and location of the config file that allows the ‘Logs’ folder to be shared via a Samba share? (PS and yes I do know that such sharing is intentionally disabled in the standard OpenHabian release; … I am an adult…)

sudo nano /etc/samba/smb.conf

scroll to the very end of the file.
Delete the comment symbol (the semicolon) ; for each line in question of logs. Take a look at the other shares above :wink:
Save the file.

sudo systemctl restart smbd

Done.

1 Like