1

I just added my user to the sudoers file:

$ grep username /etc/sudoers
  username ALL=(ALL) NOPASSWD: ALL

$ sudo -l

  User can run on localhost following commands (translated by myself):
  (ALL) NOPASSWD: ALL
  (ALL : ALL) ALL

However when using sudo it still asks for my password. What am I missing?

Michael Zukowski
  • 130
  • 1
  • 1
  • 10

0 Answers0