Linux Server Diary

The trials and tribulations of a Linux newbie trying to setup a home server.

Friday, November 17, 2006

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:

0 Comments:

Post a Comment

<< Home