Setup the Other Users
For each family member, I created the user in Linux, set the password, and added them to Samba.
sudo useradd username -m -G users
sudo passwd username
sudo smbpasswd -a username
No worries!
Labels: fileserver
The trials and tribulations of a Linux newbie trying to setup a home server.
For each family member, I created the user in Linux, set the password, and added them to Samba.
sudo useradd username -m -G users
sudo passwd username
sudo smbpasswd -a username
Labels: fileserver
0 Comments:
Post a Comment
<< Home