Quick and easy way of setting up sudo in Mandriva. Enter the following in konsole – substituting your login name in the third line instead of name:
su
urpmi sudo
Once installed enter the following:
echo ‘name ALL=(ALL) ALL’ >> /etc/sudoers
Blogged with Flock
Tags: mandriva, linux, sudo, sudoer, howto
[...] Note: You need to have installed sudo and configured your account as sudoer before you continue; instructions are available here. [...]
echo ‘name ALL=(ALL) ALL’ >> /etc/sudoers
Missing “s”
;)