Samba: Difference between revisions
No edit summary |
No edit summary |
||
Line 10: | Line 10: | ||
After making changes, restart: | After making changes, restart: | ||
sudo service smbd restart | sudo service smbd restart | ||
=== Client === | |||
See /etc/fstab on any lan box. |
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
Client
See /etc/fstab on any lan box.