@JS's Notes

Site with notes from my work.

Samba stand-alone server on Debian 10

2020-09-20 System @JS

My test platform: Debian 10.5

Samba will be configured as a stand-alone server, not as a domain controller. Each user will have their own home directory available via the SMB protocol, and all users will have a shared directory with read/write access.

Requirements: user with root privileges or non-root user with sudo privileges.

Samba installation
$ sudo apt update && sudo apt upgrade -y
$ sudo apt install samba samba-common -y
Continue reading