<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Avoid Password Prompt When Executing The Sudo Command</title>
	<atom:link href="http://www.addictivetips.com/ubuntu-linux-tips/avoid-password-prompt-when-executing-the-sudo-command/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.addictivetips.com/ubuntu-linux-tips/avoid-password-prompt-when-executing-the-sudo-command/</link>
	<description>Tips, Freewares, Downloads, Reviews, And More</description>
	<lastBuildDate>Fri, 10 Feb 2012 07:56:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: szk</title>
		<link>http://www.addictivetips.com/ubuntu-linux-tips/avoid-password-prompt-when-executing-the-sudo-command/comment-page-1/#comment-43323</link>
		<dc:creator>szk</dc:creator>
		<pubDate>Sat, 16 Apr 2011 17:45:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.addictivetips.com/?p=14283#comment-43323</guid>
		<description>Or just log in as root all the time....
Linux users are usually so stuck up on security they cannot see how implausible for something bad to happen is. Although, the biggest risk is probably the rm command. far, far more dangerous then any virus or hacker.</description>
		<content:encoded><![CDATA[<p>Or just log in as root all the time&#8230;.<br />
Linux users are usually so stuck up on security they cannot see how implausible for something bad to happen is. Although, the biggest risk is probably the rm command. far, far more dangerous then any virus or hacker.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: b</title>
		<link>http://www.addictivetips.com/ubuntu-linux-tips/avoid-password-prompt-when-executing-the-sudo-command/comment-page-1/#comment-35357</link>
		<dc:creator>b</dc:creator>
		<pubDate>Thu, 27 Jan 2011 13:27:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.addictivetips.com/?p=14283#comment-35357</guid>
		<description>sudo -u oracle -H /bin/bash --login</description>
		<content:encoded><![CDATA[<p>sudo -u oracle -H /bin/bash &#8211;login</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: b</title>
		<link>http://www.addictivetips.com/ubuntu-linux-tips/avoid-password-prompt-when-executing-the-sudo-command/comment-page-1/#comment-34993</link>
		<dc:creator>b</dc:creator>
		<pubDate>Fri, 21 Jan 2011 17:52:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.addictivetips.com/?p=14283#comment-34993</guid>
		<description>oops... let me clarify. my question is if there is an alternative to &quot;sudo -u oracle -i&quot; other than &quot;sudo su - oracle&quot; (which seems to require root access)? The &quot;sudo -u oracle -s&quot; command works but that is not a full login shell and doesn&#039;t source the oracle user&#039;s environment.  I have this setup:

%dbadmins  ALL=(oracle) NOPASSWD: ALL</description>
		<content:encoded><![CDATA[<p>oops&#8230; let me clarify. my question is if there is an alternative to &#8220;sudo -u oracle -i&#8221; other than &#8220;sudo su &#8211; oracle&#8221; (which seems to require root access)? The &#8220;sudo -u oracle -s&#8221; command works but that is not a full login shell and doesn&#8217;t source the oracle user&#8217;s environment.  I have this setup:</p>
<p>%dbadmins  ALL=(oracle) NOPASSWD: ALL</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: b</title>
		<link>http://www.addictivetips.com/ubuntu-linux-tips/avoid-password-prompt-when-executing-the-sudo-command/comment-page-1/#comment-34991</link>
		<dc:creator>b</dc:creator>
		<pubDate>Fri, 21 Jan 2011 17:48:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.addictivetips.com/?p=14283#comment-34991</guid>
		<description>I also don&#039;t think you can use that double &quot;NOPASSWD: NOPASSWD:&quot; in the file. When I try to enter that on RHEL4 while using visudo - it complains about a syntax error. That&#039;s another good reason to use &quot;visudo&quot; - syntax checking. 

I&#039;m on RHEL4 so I don&#039;t have the &quot;sudo -i oracle&quot; option to change to user oracle w/o a password, like &quot;sudo su - oracle&quot; ... but I think that only works if the user also has the ability to sudo to root.</description>
		<content:encoded><![CDATA[<p>I also don&#8217;t think you can use that double &#8220;NOPASSWD: NOPASSWD:&#8221; in the file. When I try to enter that on RHEL4 while using visudo &#8211; it complains about a syntax error. That&#8217;s another good reason to use &#8220;visudo&#8221; &#8211; syntax checking. </p>
<p>I&#8217;m on RHEL4 so I don&#8217;t have the &#8220;sudo -i oracle&#8221; option to change to user oracle w/o a password, like &#8220;sudo su &#8211; oracle&#8221; &#8230; but I think that only works if the user also has the ability to sudo to root.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ubuntu spot the difference - Lynx Blog</title>
		<link>http://www.addictivetips.com/ubuntu-linux-tips/avoid-password-prompt-when-executing-the-sudo-command/comment-page-1/#comment-17570</link>
		<dc:creator>Ubuntu spot the difference - Lynx Blog</dc:creator>
		<pubDate>Mon, 07 Jun 2010 17:24:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.addictivetips.com/?p=14283#comment-17570</guid>
		<description>[...] spot the difference, see how many things you can spot that are wrong with it and post them here.Here is the post in question and it is a cracker. I can think of several things that are wrong with it but see what you can come [...]</description>
		<content:encoded><![CDATA[<p>[...] spot the difference, see how many things you can spot that are wrong with it and post them here.Here is the post in question and it is a cracker. I can think of several things that are wrong with it but see what you can come [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maco</title>
		<link>http://www.addictivetips.com/ubuntu-linux-tips/avoid-password-prompt-when-executing-the-sudo-command/comment-page-1/#comment-11598</link>
		<dc:creator>maco</dc:creator>
		<pubDate>Tue, 05 Jan 2010 16:38:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.addictivetips.com/?p=14283#comment-11598</guid>
		<description>&quot;su&quot;? On Ubuntu?&lt;br&gt;&lt;br&gt;*giggle*</description>
		<content:encoded><![CDATA[<p>&#8220;su&#8221;? On Ubuntu?</p>
<p>*giggle*</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Stovicek</title>
		<link>http://www.addictivetips.com/ubuntu-linux-tips/avoid-password-prompt-when-executing-the-sudo-command/comment-page-1/#comment-11416</link>
		<dc:creator>Adam Stovicek</dc:creator>
		<pubDate>Sun, 03 Jan 2010 16:04:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.addictivetips.com/?p=14283#comment-11416</guid>
		<description>If it&#039;s a matter of convenience, wouldn&#039;t it make more sense to increase the password timeout than disabling completely? Ubuntu is installed with a default of 15 minutes and I rarely find myself having to enter the password more than once or twice while administering a system. And at times when convenience trumps security, I&#039;ll &quot;root up&quot; with sudo -i or su as was stated in the post above. There should be no reason to disable a security reason over convenience.</description>
		<content:encoded><![CDATA[<p>If it&#39;s a matter of convenience, wouldn&#39;t it make more sense to increase the password timeout than disabling completely? Ubuntu is installed with a default of 15 minutes and I rarely find myself having to enter the password more than once or twice while administering a system. And at times when convenience trumps security, I&#39;ll &#8220;root up&#8221; with sudo -i or su as was stated in the post above. There should be no reason to disable a security reason over convenience.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 726b</title>
		<link>http://www.addictivetips.com/ubuntu-linux-tips/avoid-password-prompt-when-executing-the-sudo-command/comment-page-1/#comment-11382</link>
		<dc:creator>726b</dc:creator>
		<pubDate>Sun, 03 Jan 2010 00:32:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.addictivetips.com/?p=14283#comment-11382</guid>
		<description>I suggest everyone who read this to take a loot at &lt;a href=&quot;http://blog.lynxworks.eu/20100102/ubuntu-spot-the-difference&quot; rel=&quot;nofollow&quot;&gt;http://blog.lynxworks.eu/20100102/ubuntu-spot-t...&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>I suggest everyone who read this to take a loot at <a href="http://blog.lynxworks.eu/20100102/ubuntu-spot-the-difference" rel="nofollow">http://blog.lynxworks.eu/20100102/ubuntu-spot-t&#8230;</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prathamesh</title>
		<link>http://www.addictivetips.com/ubuntu-linux-tips/avoid-password-prompt-when-executing-the-sudo-command/comment-page-1/#comment-11381</link>
		<dc:creator>Prathamesh</dc:creator>
		<pubDate>Sun, 03 Jan 2010 00:28:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.addictivetips.com/?p=14283#comment-11381</guid>
		<description>I am a Linux Newbie, but from what i know about the Linux structure &amp; its way of functioning: &#039;THIS IS A VERY DANGEROUS &amp; RISKY TRICK&#039;&lt;br&gt;Rather this is the easiest way to compromise your Operating System &amp; should be never done. A average user should use sudo only &amp; only when extremely necessary.&lt;br&gt;&lt;br&gt;NEVER EVER USE THIS TRICK.&lt;br&gt;If anyone doesn&#039;t like to type passwords he should use Windows &amp; not Linux.</description>
		<content:encoded><![CDATA[<p>I am a Linux Newbie, but from what i know about the Linux structure &#038; its way of functioning: &#39;THIS IS A VERY DANGEROUS &#038; RISKY TRICK&#39;<br />Rather this is the easiest way to compromise your Operating System &#038; should be never done. A average user should use sudo only &#038; only when extremely necessary.</p>
<p>NEVER EVER USE THIS TRICK.<br />If anyone doesn&#39;t like to type passwords he should use Windows &#038; not Linux.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aoirthoir</title>
		<link>http://www.addictivetips.com/ubuntu-linux-tips/avoid-password-prompt-when-executing-the-sudo-command/comment-page-1/#comment-11373</link>
		<dc:creator>Aoirthoir</dc:creator>
		<pubDate>Sat, 02 Jan 2010 14:01:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.addictivetips.com/?p=14283#comment-11373</guid>
		<description>Poopieheads!</description>
		<content:encoded><![CDATA[<p>Poopieheads!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Donny</title>
		<link>http://www.addictivetips.com/ubuntu-linux-tips/avoid-password-prompt-when-executing-the-sudo-command/comment-page-1/#comment-11372</link>
		<dc:creator>Donny</dc:creator>
		<pubDate>Sat, 02 Jan 2010 12:35:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.addictivetips.com/?p=14283#comment-11372</guid>
		<description>&quot;This is a seriously annoying process.&quot;&lt;br&gt;&lt;br&gt;&quot;It will literally save you time and increase productivity.&quot;&lt;br&gt;&lt;br&gt;Are you a system administrator or an average desktop user? The former usually uses su instead of sudo and it&#039;s really not common for the latter to need administrative privileges as often as those two sentences suggest.</description>
		<content:encoded><![CDATA[<p>&#8220;This is a seriously annoying process.&#8221;</p>
<p>&#8220;It will literally save you time and increase productivity.&#8221;</p>
<p>Are you a system administrator or an average desktop user? The former usually uses su instead of sudo and it&#39;s really not common for the latter to need administrative privileges as often as those two sentences suggest.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DarwinSurvivor</title>
		<link>http://www.addictivetips.com/ubuntu-linux-tips/avoid-password-prompt-when-executing-the-sudo-command/comment-page-1/#comment-11371</link>
		<dc:creator>DarwinSurvivor</dc:creator>
		<pubDate>Sat, 02 Jan 2010 11:50:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.addictivetips.com/?p=14283#comment-11371</guid>
		<description>never, never, never, never, EVER edit /etc/sudoers with anything other than visudo!!!</description>
		<content:encoded><![CDATA[<p>never, never, never, never, EVER edit /etc/sudoers with anything other than visudo!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ubuntu spot the difference &#124; Lynx Blog</title>
		<link>http://www.addictivetips.com/ubuntu-linux-tips/avoid-password-prompt-when-executing-the-sudo-command/comment-page-1/#comment-11370</link>
		<dc:creator>Ubuntu spot the difference &#124; Lynx Blog</dc:creator>
		<pubDate>Sat, 02 Jan 2010 01:21:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.addictivetips.com/?p=14283#comment-11370</guid>
		<description>[...] Here is the post in question is a cracker. I can think of several things that are wrong with it but see what you can come up with. Here&#8217;s a starting hint &#8211; man visudo.   Share and Enjoy: [...]</description>
		<content:encoded><![CDATA[<p>[...] Here is the post in question is a cracker. I can think of several things that are wrong with it but see what you can come up with. Here&#8217;s a starting hint &#8211; man visudo.   Share and Enjoy: [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eludir la contraseña al ejecutar el comando sudo [Ubuntu] &#124; Snapcodex</title>
		<link>http://www.addictivetips.com/ubuntu-linux-tips/avoid-password-prompt-when-executing-the-sudo-command/comment-page-1/#comment-9387</link>
		<dc:creator>Eludir la contraseña al ejecutar el comando sudo [Ubuntu] &#124; Snapcodex</dc:creator>
		<pubDate>Tue, 01 Dec 2009 20:34:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.addictivetips.com/?p=14283#comment-9387</guid>
		<description>[...] Personalmente no lo recomiendo, pero si aún quieres hacerlo sigue los siguientes pasos: [...]</description>
		<content:encoded><![CDATA[<p>[...] Personalmente no lo recomiendo, pero si aún quieres hacerlo sigue los siguientes pasos: [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nakodari</title>
		<link>http://www.addictivetips.com/ubuntu-linux-tips/avoid-password-prompt-when-executing-the-sudo-command/comment-page-1/#comment-10848</link>
		<dc:creator>Nakodari</dc:creator>
		<pubDate>Fri, 27 Nov 2009 18:00:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.addictivetips.com/?p=14283#comment-10848</guid>
		<description>Agreed. But if you want to disable it for a short period of time, then you can disable it and then later re-enable it.&lt;br&gt;&lt;br&gt;We do not recommend disabling it, but just wanted every linux user to know that this is possible.</description>
		<content:encoded><![CDATA[<p>Agreed. But if you want to disable it for a short period of time, then you can disable it and then later re-enable it.</p>
<p>We do not recommend disabling it, but just wanted every linux user to know that this is possible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: boo</title>
		<link>http://www.addictivetips.com/ubuntu-linux-tips/avoid-password-prompt-when-executing-the-sudo-command/comment-page-1/#comment-10850</link>
		<dc:creator>boo</dc:creator>
		<pubDate>Fri, 27 Nov 2009 15:35:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.addictivetips.com/?p=14283#comment-10850</guid>
		<description>I think it&#039;s a good article, although I would disagree doing so..&lt;br&gt;But anyway it&#039;s a good-to-know for Linux users eh..</description>
		<content:encoded><![CDATA[<p>I think it&#39;s a good article, although I would disagree doing so..<br />But anyway it&#39;s a good-to-know for Linux users eh..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sparky</title>
		<link>http://www.addictivetips.com/ubuntu-linux-tips/avoid-password-prompt-when-executing-the-sudo-command/comment-page-1/#comment-10849</link>
		<dc:creator>sparky</dc:creator>
		<pubDate>Fri, 27 Nov 2009 14:16:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.addictivetips.com/?p=14283#comment-10849</guid>
		<description>So much for &#039;bloggers&#039; who understand the purpose of SuDu.  Idiots.</description>
		<content:encoded><![CDATA[<p>So much for &#39;bloggers&#39; who understand the purpose of SuDu.  Idiots.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nakodari</title>
		<link>http://www.addictivetips.com/ubuntu-linux-tips/avoid-password-prompt-when-executing-the-sudo-command/comment-page-1/#comment-10277</link>
		<dc:creator>Nakodari</dc:creator>
		<pubDate>Fri, 27 Nov 2009 13:00:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.addictivetips.com/?p=14283#comment-10277</guid>
		<description>Agreed. But if you want to disable it for a short period of time, then you can disable it and then later re-enable it.&lt;br&gt;&lt;br&gt;We do not recommend disabling it, but just wanted every linux user to know that this is possible.</description>
		<content:encoded><![CDATA[<p>Agreed. But if you want to disable it for a short period of time, then you can disable it and then later re-enable it.</p>
<p>We do not recommend disabling it, but just wanted every linux user to know that this is possible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: boo</title>
		<link>http://www.addictivetips.com/ubuntu-linux-tips/avoid-password-prompt-when-executing-the-sudo-command/comment-page-1/#comment-10279</link>
		<dc:creator>boo</dc:creator>
		<pubDate>Fri, 27 Nov 2009 10:35:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.addictivetips.com/?p=14283#comment-10279</guid>
		<description>I think it&#039;s a good article, although I would disagree doing so..&lt;br&gt;But anyway it&#039;s a good-to-know for Linux users eh..</description>
		<content:encoded><![CDATA[<p>I think it&#39;s a good article, although I would disagree doing so..<br />But anyway it&#39;s a good-to-know for Linux users eh..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sparky</title>
		<link>http://www.addictivetips.com/ubuntu-linux-tips/avoid-password-prompt-when-executing-the-sudo-command/comment-page-1/#comment-10278</link>
		<dc:creator>sparky</dc:creator>
		<pubDate>Fri, 27 Nov 2009 09:16:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.addictivetips.com/?p=14283#comment-10278</guid>
		<description>So much for &#039;bloggers&#039; who understand the purpose of SuDu.  Idiots.</description>
		<content:encoded><![CDATA[<p>So much for &#39;bloggers&#39; who understand the purpose of SuDu.  Idiots.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nakodari</title>
		<link>http://www.addictivetips.com/ubuntu-linux-tips/avoid-password-prompt-when-executing-the-sudo-command/comment-page-1/#comment-9220</link>
		<dc:creator>Nakodari</dc:creator>
		<pubDate>Fri, 27 Nov 2009 08:00:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.addictivetips.com/?p=14283#comment-9220</guid>
		<description>Agreed. But if you want to disable it for a short period of time, then you can disable it and then later re-enable it.&lt;br&gt;&lt;br&gt;We do not recommend disabling it, but just wanted every linux user to know that this is possible.</description>
		<content:encoded><![CDATA[<p>Agreed. But if you want to disable it for a short period of time, then you can disable it and then later re-enable it.</p>
<p>We do not recommend disabling it, but just wanted every linux user to know that this is possible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: boo</title>
		<link>http://www.addictivetips.com/ubuntu-linux-tips/avoid-password-prompt-when-executing-the-sudo-command/comment-page-1/#comment-9218</link>
		<dc:creator>boo</dc:creator>
		<pubDate>Fri, 27 Nov 2009 05:35:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.addictivetips.com/?p=14283#comment-9218</guid>
		<description>I think it&#039;s a good article, although I would disagree doing so..&lt;br&gt;But anyway it&#039;s a good-to-know for Linux users eh..</description>
		<content:encoded><![CDATA[<p>I think it&#39;s a good article, although I would disagree doing so..<br />But anyway it&#39;s a good-to-know for Linux users eh..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sparky</title>
		<link>http://www.addictivetips.com/ubuntu-linux-tips/avoid-password-prompt-when-executing-the-sudo-command/comment-page-1/#comment-9215</link>
		<dc:creator>sparky</dc:creator>
		<pubDate>Fri, 27 Nov 2009 04:16:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.addictivetips.com/?p=14283#comment-9215</guid>
		<description>So much for &#039;bloggers&#039; who understand the purpose of SuDu.  Idiots.</description>
		<content:encoded><![CDATA[<p>So much for &#39;bloggers&#39; who understand the purpose of SuDu.  Idiots.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bobdole</title>
		<link>http://www.addictivetips.com/ubuntu-linux-tips/avoid-password-prompt-when-executing-the-sudo-command/comment-page-1/#comment-9198</link>
		<dc:creator>Bobdole</dc:creator>
		<pubDate>Thu, 26 Nov 2009 17:48:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.addictivetips.com/?p=14283#comment-9198</guid>
		<description>Isn&#039;t this a huge security risk?&lt;br&gt;&lt;br&gt;This basically nullifies any and all security built into linux. If everyone did this, there would be viruses for linux. There&#039;s a very good reason it asks for a password in the first place.</description>
		<content:encoded><![CDATA[<p>Isn&#39;t this a huge security risk?</p>
<p>This basically nullifies any and all security built into linux. If everyone did this, there would be viruses for linux. There&#39;s a very good reason it asks for a password in the first place.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.504 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-02-10 13:23:11 -->
<!-- Compression = gzip -->
