How to add user to samba share
Assuming the user already exists
smbpasswd -a [username]
This will prompt you to add a password. This is normal as the samba password and the unix password is stored in different databases
Feeding Your Inner Developer
Assuming the user already exists
smbpasswd -a [username]
This will prompt you to add a password. This is normal as the samba password and the unix password is stored in different databases
Recent Comments