<?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: Difference Between su and sudo and Configuring sudo in Linux	</title>
	<atom:link href="https://www.tecmint.com/su-vs-sudo-and-how-to-configure-sudo-in-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/su-vs-sudo-and-how-to-configure-sudo-in-linux/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Mon, 22 Sep 2025 05:38:17 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: hemza yousfi		</title>
		<link>https://www.tecmint.com/su-vs-sudo-and-how-to-configure-sudo-in-linux/comment-page-1/#comment-1442629</link>

		<dc:creator><![CDATA[hemza yousfi]]></dc:creator>
		<pubDate>Mon, 01 Mar 2021 14:49:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=5849#comment-1442629</guid>

					<description><![CDATA[Hi,

Really very nice tutorial, I would like to know if there is a way to exclude some admin to run any configuration in ssh?]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>Really very nice tutorial, I would like to know if there is a way to exclude some admin to run any configuration in ssh?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Love Arora		</title>
		<link>https://www.tecmint.com/su-vs-sudo-and-how-to-configure-sudo-in-linux/comment-page-1/#comment-1329645</link>

		<dc:creator><![CDATA[Love Arora]]></dc:creator>
		<pubDate>Sat, 25 Apr 2020 09:22:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=5849#comment-1329645</guid>

					<description><![CDATA[Hi Ravi,

I am facing one problem with &lt;strong&gt;/etc/sudoers&lt;/strong&gt; or &lt;strong&gt;visudo&lt;/strong&gt;, Actually, While I am adding a user with &lt;strong&gt;adduser&lt;/strong&gt; command and while I am not providing any sudo access but commands are working without password or without any permission error.

I am using e.g: &lt;strong&gt;Lucky ALL=(Lucky) NOPASSWD: /bin/*, !/bin/rm&lt;/strong&gt;.

and also I am restricting for rm command but rm command is working.

Please help me brother and please clarify my doubts.]]></description>
			<content:encoded><![CDATA[<p>Hi Ravi,</p>
<p>I am facing one problem with <strong>/etc/sudoers</strong> or <strong>visudo</strong>, Actually, While I am adding a user with <strong>adduser</strong> command and while I am not providing any sudo access but commands are working without password or without any permission error.</p>
<p>I am using e.g: <strong>Lucky ALL=(Lucky) NOPASSWD: /bin/*, !/bin/rm</strong>.</p>
<p>and also I am restricting for rm command but rm command is working.</p>
<p>Please help me brother and please clarify my doubts.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Tachyon		</title>
		<link>https://www.tecmint.com/su-vs-sudo-and-how-to-configure-sudo-in-linux/comment-page-1/#comment-816070</link>

		<dc:creator><![CDATA[Tachyon]]></dc:creator>
		<pubDate>Mon, 12 Sep 2016 14:05:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=5849#comment-816070</guid>

					<description><![CDATA[These comments are based on a multi user environment. In the case of shared computers of truly multi-user systems, &lt;strong&gt;sudo&lt;/strong&gt; makes sense. However for single user systems and administrator use, &lt;strong&gt;su&lt;/strong&gt; makes more sense for a variety of reasons including convenience and environment configuration.

I do understand the confusion in this regard, especially with younger users, as Ubuntu started this confusion by misusing &lt;strong&gt;sudo&lt;/strong&gt; to give it a more Windows like admin configuration model for individual admin tasks as it utterly lacks any unified administration interface where you&#039;d give the root password once to enter and configure the system.

So for example, as an administrator of my system, I keep a terminal shell open in which I&#039;ve su&#039;d to root and use that shell for all admin tasks.

If I wanted to allow other users of the system to have access to network configuration or printer setup, I&#039;d use sudo to allow access to those tools.]]></description>
			<content:encoded><![CDATA[<p>These comments are based on a multi user environment. In the case of shared computers of truly multi-user systems, <strong>sudo</strong> makes sense. However for single user systems and administrator use, <strong>su</strong> makes more sense for a variety of reasons including convenience and environment configuration.</p>
<p>I do understand the confusion in this regard, especially with younger users, as Ubuntu started this confusion by misusing <strong>sudo</strong> to give it a more Windows like admin configuration model for individual admin tasks as it utterly lacks any unified administration interface where you&#8217;d give the root password once to enter and configure the system.</p>
<p>So for example, as an administrator of my system, I keep a terminal shell open in which I&#8217;ve su&#8217;d to root and use that shell for all admin tasks.</p>
<p>If I wanted to allow other users of the system to have access to network configuration or printer setup, I&#8217;d use sudo to allow access to those tools.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: shakeeb		</title>
		<link>https://www.tecmint.com/su-vs-sudo-and-how-to-configure-sudo-in-linux/comment-page-1/#comment-798384</link>

		<dc:creator><![CDATA[shakeeb]]></dc:creator>
		<pubDate>Sun, 10 Jul 2016 10:36:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=5849#comment-798384</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/su-vs-sudo-and-how-to-configure-sudo-in-linux/comment-page-1/#comment-733810&quot;&gt;Bhasker Reddy Manikyala&lt;/a&gt;.

try with pater# sudo -u tom any_sytem_command

you may find more examples from below link
http://www.linuxhomenetworking.com/wiki/index.php/Quick_HOWTO_:_Ch09_:_Linux_Users_and_Sudo#.V4H6__l97IV]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/su-vs-sudo-and-how-to-configure-sudo-in-linux/comment-page-1/#comment-733810">Bhasker Reddy Manikyala</a>.</p>
<p>try with pater# sudo -u tom any_sytem_command</p>
<p>you may find more examples from below link<br />
<a target="_blank" href="http://www.linuxhomenetworking.com/wiki/index.php/Quick_HOWTO_:_Ch09_:_Linux_Users_and_Sudo#.V4H6__l97IV" rel="nofollow ugc">http://www.linuxhomenetworking.com/wiki/index.php/Quick_HOWTO_:_Ch09_:_Linux_Users_and_Sudo#.V4H6__l97IV</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Laxma Reddy		</title>
		<link>https://www.tecmint.com/su-vs-sudo-and-how-to-configure-sudo-in-linux/comment-page-1/#comment-791341</link>

		<dc:creator><![CDATA[Laxma Reddy]]></dc:creator>
		<pubDate>Wed, 15 Jun 2016 14:52:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=5849#comment-791341</guid>

					<description><![CDATA[Hi Ravi Saive, 

Good evening.

I have a doubt  in the below line.
mark beta.database_server.com=(tom) ALL

My understanding is  &#039;mark&#039;  and &#039;tom&#039;  both are the sudo users,  both users have same  (ALL commands )access on  beta.database_server.com  machine.

Is this correct?  or   any difference is there in between   &#039;mark&#039; and &#039;tom&#039; users in terms of privileges on beta.database_server.com  machine?

Thanks in advance. 

Thanks]]></description>
			<content:encoded><![CDATA[<p>Hi Ravi Saive, </p>
<p>Good evening.</p>
<p>I have a doubt  in the below line.<br />
mark beta.database_server.com=(tom) ALL</p>
<p>My understanding is  &#8216;mark&#8217;  and &#8216;tom&#8217;  both are the sudo users,  both users have same  (ALL commands )access on  beta.database_server.com  machine.</p>
<p>Is this correct?  or   any difference is there in between   &#8216;mark&#8217; and &#8216;tom&#8217; users in terms of privileges on beta.database_server.com  machine?</p>
<p>Thanks in advance. </p>
<p>Thanks</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
