Re: creating users by command line



Miguel Lopes wrote:
The command that I am using is
useradd -xpto -g users -G users,dialout,video -m -d /home/xpto

Get rid of the -xpto, e.g.,

useradd -g users -G users,dialout,video -m -d /home/xpto
.