Configure network shares
To allow access to Samba network shares, do the following:
- Create a Linux system user.
- Add the user to the Samba database:
shell
sudo smbpasswd -a "${USER}"
To allow access to Samba network shares, do the following:
shell
sudo smbpasswd -a "${USER}"