Skip to content

Files

Latest commit

abf0457 · Oct 25, 2024

History

History
17 lines (13 loc) · 224 Bytes

File metadata and controls

17 lines (13 loc) · 224 Bytes

Blog / SysAdmin / Samba

Create a new Samba user with the command:

sudo smbpasswd -a username.

Check with:

sudo pdbedit -L

And restart deamons as usual:

sudo systemctl restart samba.service