0

I tried using this command in the terminal:sudo adduser liam sylvester sudo but all it says is "Only one or two names allowed." My version is 12.04. Does anyone have a solution?

1 Answers1

0

You can edit the file /etc/sudoers using the visudo command which checks for syntax errors before saving the file (and so protects your system):

sudo visudo

Search for the line root ALL=(ALL) ALL and add a new line below: username ALL=(ALL) ALL.

terdon
  • 104,119
Pabi
  • 7,429