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?
sudo -l
, please – muru Jan 26 '18 at 10:40sudoers.d
– muru Jan 26 '18 at 10:49