<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>
<channel>
	<title>PHP Architect blog &#187; super user</title>
	<atom:link href="http://www.php-architect.com/blog/tag/super-user/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.php-architect.com/blog</link>
	<description>me, myself, and my code</description>
	<lastBuildDate>Wed, 14 Sep 2011 12:50:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>How to disable sudo password prompt in Linux</title>
		<link>http://www.php-architect.com/blog/2008/12/24/how-to-disable-sudo-password-prompt-in-linux/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-disable-sudo-password-prompt-in-linux</link>
		<comments>http://www.php-architect.com/blog/2008/12/24/how-to-disable-sudo-password-prompt-in-linux/#comments</comments>
		<pubDate>Thu, 25 Dec 2008 01:29:57 +0000</pubDate>
		<dc:creator>aibrahim</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[administration]]></category>
		<category><![CDATA[root]]></category>
		<category><![CDATA[sudo]]></category>
		<category><![CDATA[super user]]></category>
		<category><![CDATA[vi]]></category>
		<category><![CDATA[vim]]></category>
		<guid isPermaLink="false">http://www.php-architect.com/blog/?p=94</guid>
		<description><![CDATA[<a href="http://www.php-architect.com/blog/2008/12/24/how-to-disable-sudo-password-prompt-in-linux/" title="How to disable sudo password prompt in Linux"></a>well, sometimes i want to execute commands as super user without being asked for password each time to do that to do that its pretty easy open the terminal and type this command : sudo visudo and uncomment the following &#8230;<p class="read-more"><a href="http://www.php-architect.com/blog/2008/12/24/how-to-disable-sudo-password-prompt-in-linux/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://www.php-architect.com/blog/2008/12/24/how-to-disable-sudo-password-prompt-in-linux/" title="How to disable sudo password prompt in Linux"></a><iframe src="http://www.facebook.com/plugins/like.php?href=http://www.php-architect.com/blog/2008/12/24/how-to-disable-sudo-password-prompt-in-linux/&amp;layout=standard&amp;show_faces=1&amp;width=450&amp;action=like&amp;colorscheme=light&amp;font=" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:25px"></iframe><p>well, sometimes i want to execute commands as super user without being asked for password each time to do that</p>
<p>to do that its pretty easy</p>
<p>open the terminal and type this command :</p>
<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> visudo</pre></div></div>
<p>and uncomment the following line :</p>
<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;"># %sudo ALL=NOPASSWD: ALL</pre></div></div>
<p>save the file by pressing escape then typing :wq and pressing enter.</p>
<p>from now on you will not be asked when executing the command as super user using sudo.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.php-architect.com/blog/2008/12/24/how-to-disable-sudo-password-prompt-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

