0

I need to know the correct command to register another user. When I tried to do this using sudo adduser username it returned NAME_REGEX[_SYSTEM] configuration variable

Tim
  • 32,861
  • 27
  • 118
  • 178

1 Answers1

1

adduser adds user to a group. Use sudo useradd username to add user onto the system

Sergiy Kolodyazhnyy
  • 105,154
  • 20
  • 279
  • 497