Samba: Difference between revisions

From Bitpost wiki
No edit summary
No edit summary
Line 1: Line 1:
==== Server ====
=== Server ===
=== Install ===
==== Install ====
sudo apt install samba
sudo apt install samba
=== Configure ===
==== Configure ====
See /etc/samba/smb.cnf
See /etc/samba/smb.cnf



Revision as of 21:59, 6 February 2021

Server

Install

sudo apt install samba

Configure

See /etc/samba/smb.cnf

You must add samba users manually!

sudo smbpasswd -a m

After making changes, restart:

sudo service smbd restart