注意:
The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Difference between revisions of "Package:Sudo"
Jump to navigation
Jump to search
Threesixes (talk | contribs) (initial commit) |
Threesixes (talk | contribs) m (import 6's gentoo wiki commit) |
||
Line 4: | Line 4: | ||
|Homepage=http://www.sudo.ws/ | |Homepage=http://www.sudo.ws/ | ||
}} | }} | ||
sudo is essential to not entering passwords for root actions while in a locked down user environment. | |||
=== sudo === | |||
{{console| ###i## emerge sudo}} | |||
==== configuration ==== | |||
the sudo configuration file is located @ /etc/sudoers | |||
{{Console|$##i##su -c 'nano /etc/sudoers'}} | |||
remove the # in the line.... | |||
%wheel ALL=(ALL) NOPASSWD: ALL | |||
add your user to the wheel group to enable sudo | |||
{{Console|$##i## su -c 'gpasswd -a $USER wheel'}} | |||
either log out and in again or restart | |||
{{Console|$##i## su -c 'shutdown -r now'}} | |||
{{EbuildFooter}} | {{EbuildFooter}} |
Revision as of 05:20, January 8, 2015
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}}}