Difference between revisions of "SAMBA - Create User"

From wiki.1001solutions.net
 
(No difference)

Latest revision as of 18:24, 30 March 2020



To add a user:

# with no shell
adduser --shell /bin/false USER

# with the 'bash' shell
adduser --shell /bin/bash USER

passwd USER
(Then enter the password)

smbpasswd -a USER
(Then enter the password)