<?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: How to Run Shell Scripts with Sudo Command in Linux	</title>
	<atom:link href="https://www.tecmint.com/run-shell-scripts-with-sudo-command-in-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/run-shell-scripts-with-sudo-command-in-linux/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Thu, 13 Jul 2023 14:08:37 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Leo Smith		</title>
		<link>https://www.tecmint.com/run-shell-scripts-with-sudo-command-in-linux/comment-page-1/#comment-1920807</link>

		<dc:creator><![CDATA[Leo Smith]]></dc:creator>
		<pubDate>Sun, 27 Nov 2022 07:50:49 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=27687#comment-1920807</guid>

					<description><![CDATA[Sure would have been nice to include *HOW* to &quot;edit with visudo&quot; in this tutorial.

The program seems to have zero instructions, and most folks will have never used it before.]]></description>
			<content:encoded><![CDATA[<p>Sure would have been nice to include *HOW* to &#8220;edit with visudo&#8221; in this tutorial.</p>
<p>The program seems to have zero instructions, and most folks will have never used it before.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Aaron Kili		</title>
		<link>https://www.tecmint.com/run-shell-scripts-with-sudo-command-in-linux/comment-page-1/#comment-981583</link>

		<dc:creator><![CDATA[Aaron Kili]]></dc:creator>
		<pubDate>Wed, 11 Apr 2018 12:34:04 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=27687#comment-981583</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/run-shell-scripts-with-sudo-command-in-linux/comment-page-1/#comment-981412&quot;&gt;Kelly Clarke&lt;/a&gt;.

@Kelly

Many thanks for the feedback, and for always following us.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/run-shell-scripts-with-sudo-command-in-linux/comment-page-1/#comment-981412">Kelly Clarke</a>.</p>
<p>@Kelly</p>
<p>Many thanks for the feedback, and for always following us.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Kelly Clarke		</title>
		<link>https://www.tecmint.com/run-shell-scripts-with-sudo-command-in-linux/comment-page-1/#comment-981412</link>

		<dc:creator><![CDATA[Kelly Clarke]]></dc:creator>
		<pubDate>Tue, 10 Apr 2018 21:41:24 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=27687#comment-981412</guid>

					<description><![CDATA[I seem to always turn to tecmint for just about everything. Thanks for all you do.  This has become my main go to site.]]></description>
			<content:encoded><![CDATA[<p>I seem to always turn to tecmint for just about everything. Thanks for all you do.  This has become my main go to site.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Aaron Kili		</title>
		<link>https://www.tecmint.com/run-shell-scripts-with-sudo-command-in-linux/comment-page-1/#comment-929457</link>

		<dc:creator><![CDATA[Aaron Kili]]></dc:creator>
		<pubDate>Tue, 31 Oct 2017 08:10:10 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=27687#comment-929457</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/run-shell-scripts-with-sudo-command-in-linux/comment-page-1/#comment-929261&quot;&gt;Jon&lt;/a&gt;.

@Jon

&lt;strong&gt;secure_path&lt;/strong&gt; is a configuration option for sudo command not the shell environment. The directories in it can only be viewed or set by opening the /etc/sudoers file.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/run-shell-scripts-with-sudo-command-in-linux/comment-page-1/#comment-929261">Jon</a>.</p>
<p>@Jon</p>
<p><strong>secure_path</strong> is a configuration option for sudo command not the shell environment. The directories in it can only be viewed or set by opening the /etc/sudoers file.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jon		</title>
		<link>https://www.tecmint.com/run-shell-scripts-with-sudo-command-in-linux/comment-page-1/#comment-929261</link>

		<dc:creator><![CDATA[Jon]]></dc:creator>
		<pubDate>Mon, 30 Oct 2017 19:56:38 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=27687#comment-929261</guid>

					<description><![CDATA[Thanks - I learned something today. :)

However, hoping you might be able to advise why this occurs?
&lt;pre&gt;
$ sudo cat /etc/sudoers &#124; grep secure_path
Defaults        secure_path=&quot;/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin&quot;
$ sudo echo $secure_path
&lt;/pre&gt;
No output? Shouldn&#039;t $secure_path be set?]]></description>
			<content:encoded><![CDATA[<p>Thanks &#8211; I learned something today. :)</p>
<p>However, hoping you might be able to advise why this occurs?</p>
<pre>
$ sudo cat /etc/sudoers | grep secure_path
Defaults        secure_path="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
$ sudo echo $secure_path
</pre>
<p>No output? Shouldn&#8217;t $secure_path be set?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
