SAMBA - Create User: Difference between revisions
From IT-Arts.net
imported>Z No edit summary |
m Text replacement - "Category:Post-It" to "Category:Wiki" |
||
| Line 1: | Line 1: | ||
[[Category: | [[Category:Wiki]] | ||
Revision as of 14:52, 8 December 2025
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)
