
<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://wiki.sabayonlinux.org/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://wiki.sabayonlinux.org/index.php?title=HOWTO:_Enable_sudo&amp;feed=atom&amp;action=history</id>
		<title>HOWTO: Enable sudo - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.sabayonlinux.org/index.php?title=HOWTO:_Enable_sudo&amp;feed=atom&amp;action=history"/>
		<link rel="alternate" type="text/html" href="http://wiki.sabayonlinux.org/index.php?title=HOWTO:_Enable_sudo&amp;action=history"/>
		<updated>2013-05-21T04:09:51Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.19.4</generator>

	<entry>
		<id>http://wiki.sabayonlinux.org/index.php?title=HOWTO:_Enable_sudo&amp;diff=20471&amp;oldid=prev</id>
		<title>Ryuno-Ki: Added 'de' to i18n</title>
		<link rel="alternate" type="text/html" href="http://wiki.sabayonlinux.org/index.php?title=HOWTO:_Enable_sudo&amp;diff=20471&amp;oldid=prev"/>
				<updated>2013-01-04T20:51:37Z</updated>
		
		<summary type="html">&lt;p&gt;Added &amp;#039;de&amp;#039; to i18n&lt;/p&gt;
&lt;table class='diff diff-contentalign-left'&gt;
				&lt;col class='diff-marker' /&gt;
				&lt;col class='diff-content' /&gt;
				&lt;col class='diff-marker' /&gt;
				&lt;col class='diff-content' /&gt;
			&lt;tr valign='top'&gt;
			&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;← Older revision&lt;/td&gt;
			&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;Revision as of 20:51, 4 January 2013&lt;/td&gt;
			&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 1:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 1:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;−&lt;/td&gt;&lt;td style=&quot;background: #ffa; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;{{i18n| [[HOWTO: Enable sudo|en]] [[Tr:HOWTO: Enable sudo|tr]] }}&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;{{i18n| &lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;[[De:HOWTO: Enable sudo|de]] &lt;/ins&gt;[[HOWTO: Enable sudo|en]] [[Tr:HOWTO: Enable sudo|tr]] }}&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;If you get an error saying that your user is not a sudoer, do the following to enable your user.&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;If you get an error saying that your user is not a sudoer, do the following to enable your user.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>Ryuno-Ki</name></author>	</entry>

	<entry>
		<id>http://wiki.sabayonlinux.org/index.php?title=HOWTO:_Enable_sudo&amp;diff=19923&amp;oldid=prev</id>
		<title>Hatalar205 at 21:37, 10 November 2012</title>
		<link rel="alternate" type="text/html" href="http://wiki.sabayonlinux.org/index.php?title=HOWTO:_Enable_sudo&amp;diff=19923&amp;oldid=prev"/>
				<updated>2012-11-10T21:37:29Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{i18n| [[HOWTO: Enable sudo|en]] [[Tr:HOWTO: Enable sudo|tr]] }}&lt;br /&gt;
&lt;br /&gt;
If you get an error saying that your user is not a sudoer, do the following to enable your user.&lt;br /&gt;
&lt;br /&gt;
First open a terminal and type the folowing to become root.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
su -&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
After entering your root password, and getting to a root prompt, enter the following to edit the sudoers list:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
visudo&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We are editing the sudoers access file now.  There are a few ways to enable your user to use sudo.&lt;br /&gt;
&lt;br /&gt;
First, we can enable the entire 'wheel' group to use sudo.  The default user created during installation belongs to this group.  &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# Uncomment to allow people in group wheel to run all commands&lt;br /&gt;
# %wheel        ALL=(ALL)       ALL&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Make the previous line look like the following:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# Uncomment to allow people in group wheel to run all commands&lt;br /&gt;
%wheel        ALL=(ALL)       ALL&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Uncommenting that line will allow all users in 'wheel' to use sudo.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
groups john&lt;br /&gt;
usermod -G wheel -a john&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The first command checks which groups &amp;quot;john&amp;quot; is in and the second adds wheel to his group list. Logging out and back in is usually necessary to update your user's groups.&lt;br /&gt;
&lt;br /&gt;
Another way is to add your specific user to the list.  Just add your username under root, like so:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# User privilege specification&lt;br /&gt;
root    ALL=(ALL) ALL&lt;br /&gt;
youruser ALL=(ALL) ALL&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Thats it! Press ctrl-x and say yes to save changes, and you are done.&lt;/div&gt;</summary>
		<author><name>Hatalar205</name></author>	</entry>

	</feed>