Samba: Difference between revisions
(Created page with "==== Install ==== sudo apt install samba ==== Configure ==== See /etc/samba/smb.cnf") |
No edit summary |
||
Line 3: | Line 3: | ||
==== Configure ==== | ==== Configure ==== | ||
See /etc/samba/smb.cnf | See /etc/samba/smb.cnf | ||
After making changes, restart: | |||
sudo service smbd restart |
Revision as of 20:51, 6 February 2021
Install
sudo apt install samba
Configure
See /etc/samba/smb.cnf
After making changes, restart:
sudo service smbd restart