Language translations now possible!
tc@box:~$ sudo adduser -G staff testadduser: user 'test' in usetc@box:~$tc@box:~$ cat /etc/group | grep staffstaff:x:50:tc@box:~$
Hi AdamMaybe commands can't be used as user names?
tc@box:~$ sudo adduser newuserChanging password for newuserNew password:Bad password: too shortRetype password:Password for newuser changed by roottc@box:~$ sudo adduser -G staff newuseradduser: user 'newuser' in usetc@box:~$
sudo adduser -G staff newuser
Hi AdamIt looks like you are adding the same user twice. Try deleting newuser and then go straight to:Code: [Select]sudo adduser -G staff newuser