I edited my "sudoers" file with "visudo".
Added the line, after the root privileges definition.
Code:
root ALL=(ALL) ALL
myuser ALL=(ALL) ALL
I try to:
Code:
$ sudo ls /root
Blah Blahblah file.txt
Ok.
But then I try to:
Code:
$ sudo slackpkg
sudo: slackpkg: command not found
With direct root acces it's ok:
Code:
$ sudo su
# slackpkg
....
....
executes normally
....
....
What may be wrong?