Home / Linux Admin /
sudo apt-get updatesudo apt-get upgradesudo apt-get install sambasudo smbpasswd -a <username here>setup shares in the /etc/samba/smb.conf with the following syntax - I put it in the Share Definitions section
[<share_name>]
comment = description
path = /path/to/folder/to/share
valid users = <user_name>
read only = no
create mask = 755
directory mask = 755
browseable = yes
force user = [usernameNoBrackets]sudo /etc/init.d/samba restart137 and 445this document last modified: October 06 2017 21:42
Home / Linux Admin /