SAMBA - Create User: Difference between revisions
From IT-Arts.net
m Text replacement - "Category:Post-It" to "Category:Wiki" |
m Text replacement - "Category:Wiki" to "Category:Wiki '''''[https://it-arts.net/index.php/Category:Wiki Return to Wiki Index]''''' " |
||
| Line 1: | Line 1: | ||
[[Category:Wiki]] | [[Category:Wiki]] | ||
'''''[https://it-arts.net/index.php/Category:Wiki Return to Wiki Index]''''' | |||
Latest revision as of 08:46, 17 January 2026
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)
