Samba: Difference between revisions

From Bitpost wiki
No edit summary
No edit summary
Line 1: Line 1:
==== Install ====
==== Server ====
=== Install ===
sudo apt install samba
sudo apt install samba
==== Configure ====
=== Configure ===
See /etc/samba/smb.cnf
See /etc/samba/smb.cnf
You must add samba users manually!
sudo smbpasswd -a m


After making changes, restart:
After making changes, restart:
  sudo service smbd restart
  sudo service smbd restart

Revision as of 21:58, 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