# Samba Users

Since Samba doesn't use the system account password, we need to set up a Samba password for our user account

```bash
sudo smbpasswd -a username
```

#### Note:  


The user name must belong to a system account or else it won't work.   
The password is the part that will change to its own Samba password.