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
Asked
Active
Viewed 76 times
0
Tim
- 31,115
- 24
- 113
- 172
Ronald Bagwell
- 1
- 1
-
possible duplicate of [How can I add a new user as sudoer using the command line?](http://askubuntu.com/questions/7477/how-can-i-add-a-new-user-as-sudoer-using-the-command-line) – Tim Jun 05 '15 at 18:29
1 Answers
1
adduser adds user to a group. Use sudo useradd username to add user onto the system
Sergiy Kolodyazhnyy
- 99,781
- 19
- 265
- 469