Hello All,
To create samba user..you should be root or sudo user.
1. First create a local user.
e.g.
$adduser abc
$passwd abc
(give the password.)
2. Then add that user in samba.
$smbpasswd -a abc
(Give the same password which you given in first stage.)
Thats it!
hey, is it neccessary to give same password as system user's? what if we give different password?
ReplyDeleteI think no need of that
ReplyDeleteI think no need of that
ReplyDeleteSanjay you have to same password which is in /etc/passwd
ReplyDelete