Package:Sudo

From Funtoo
Revision as of 05:20, January 8, 2015 by Threesixes (talk | contribs) (import 6's gentoo wiki commit)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Sudo

   Tip

We welcome improvements to this page. To edit this page, Create a Funtoo account. Then log in and then click here to edit this page. See our editing guidelines to becoming a wiki-editing pro.

sudo is essential to not entering passwords for root actions while in a locked down user environment.

sudo

{{{body}}}

configuration

the sudo configuration file is located @ /etc/sudoers

{{{body}}}

remove the # in the line....

%wheel ALL=(ALL) NOPASSWD: ALL

add your user to the wheel group to enable sudo

{{{body}}}

either log out and in again or restart

{{{body}}}