0

I want my second user account to have root privileges in order to change udev rules.

Olimjon
  • 7,292
Q's
  • 9

1 Answers1

1

Do this to give sudo access to the given username:

sudo usermod -aG sudo username
Olimjon
  • 7,292