<?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: Who Is Root? Why Does Root Exist?	</title>
	<atom:link href="https://www.tecmint.com/who-is-root-why-does-root-exist-in-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/who-is-root-why-does-root-exist-in-linux/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Tue, 05 Jun 2018 10:12:37 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Manik Purushottam		</title>
		<link>https://www.tecmint.com/who-is-root-why-does-root-exist-in-linux/comment-page-1/#comment-1001607</link>

		<dc:creator><![CDATA[Manik Purushottam]]></dc:creator>
		<pubDate>Tue, 05 Jun 2018 10:12:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=24549#comment-1001607</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/who-is-root-why-does-root-exist-in-linux/comment-page-1/#comment-867137&quot;&gt;John&lt;/a&gt;.

It is not that way. The question has been answered well. Root is the main user, as Sir Gabriel has said.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/who-is-root-why-does-root-exist-in-linux/comment-page-1/#comment-867137">John</a>.</p>
<p>It is not that way. The question has been answered well. Root is the main user, as Sir Gabriel has said.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Gabriel A. Cánepa		</title>
		<link>https://www.tecmint.com/who-is-root-why-does-root-exist-in-linux/comment-page-1/#comment-867854</link>

		<dc:creator><![CDATA[Gabriel A. Cánepa]]></dc:creator>
		<pubDate>Wed, 15 Feb 2017 12:45:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=24549#comment-867854</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/who-is-root-why-does-root-exist-in-linux/comment-page-1/#comment-867565&quot;&gt;Ranieri&lt;/a&gt;.

I believe you are confusing users with filesystem structure, as explained in this article.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/who-is-root-why-does-root-exist-in-linux/comment-page-1/#comment-867565">Ranieri</a>.</p>
<p>I believe you are confusing users with filesystem structure, as explained in this article.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ranieri		</title>
		<link>https://www.tecmint.com/who-is-root-why-does-root-exist-in-linux/comment-page-1/#comment-867565</link>

		<dc:creator><![CDATA[Ranieri]]></dc:creator>
		<pubDate>Tue, 14 Feb 2017 19:34:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=24549#comment-867565</guid>

					<description><![CDATA[It is probably called root because all other users derive from it in a tree shape.]]></description>
			<content:encoded><![CDATA[<p>It is probably called root because all other users derive from it in a tree shape.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: YetAnotherBob		</title>
		<link>https://www.tecmint.com/who-is-root-why-does-root-exist-in-linux/comment-page-1/#comment-867522</link>

		<dc:creator><![CDATA[YetAnotherBob]]></dc:creator>
		<pubDate>Tue, 14 Feb 2017 17:07:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=24549#comment-867522</guid>

					<description><![CDATA[The root user is the user with permissions by default to change ANYTHING in a Linux system. Root is a powerful and dangerous ability in any computer system. 

I commonly have a root account and a password that is used only for that account. I then use sudo for installation of software and some other duties. This protects the system from intrusion and suchlike. It also provides some minimal protection from installer scripts that are malicious.

The sudo password can be given for those who need to install software, or a different password for those who need to be able to inspect/read/write to other users accounts. (E.G. supervisors of group accounts.) These sudo accounts are also potentially dangerous, so proper care should be exercised. Root should be used only by the primary administrators. 

That said, never Never NEVER have only one person who knows your systems root password. If you do, then you have given that person total control over your system. If they leave for any reason, you might have to reinstall the complete system to fix it. (The legendary &quot;Hit by a Bus&quot; scenario.)]]></description>
			<content:encoded><![CDATA[<p>The root user is the user with permissions by default to change ANYTHING in a Linux system. Root is a powerful and dangerous ability in any computer system. </p>
<p>I commonly have a root account and a password that is used only for that account. I then use sudo for installation of software and some other duties. This protects the system from intrusion and suchlike. It also provides some minimal protection from installer scripts that are malicious.</p>
<p>The sudo password can be given for those who need to install software, or a different password for those who need to be able to inspect/read/write to other users accounts. (E.G. supervisors of group accounts.) These sudo accounts are also potentially dangerous, so proper care should be exercised. Root should be used only by the primary administrators. </p>
<p>That said, never Never NEVER have only one person who knows your systems root password. If you do, then you have given that person total control over your system. If they leave for any reason, you might have to reinstall the complete system to fix it. (The legendary &#8220;Hit by a Bus&#8221; scenario.)</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Steve Stites		</title>
		<link>https://www.tecmint.com/who-is-root-why-does-root-exist-in-linux/comment-page-1/#comment-867143</link>

		<dc:creator><![CDATA[Steve Stites]]></dc:creator>
		<pubDate>Mon, 13 Feb 2017 15:59:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=24549#comment-867143</guid>

					<description><![CDATA[I always create a fully functional root account on my Linux systems. Unfortunately several Linux distributions have decided to protect me from myself by blocking the creation of a fully functional root account as much as possible.  

So every time I install a new release of a Linux distribution I have to go into the system control files and undo the damage that the distribution has deliberately done to the root account.

Whether or not to install a root account and let a user log into root on the GUI login screen should be an option at install time.

Steve Stites]]></description>
			<content:encoded><![CDATA[<p>I always create a fully functional root account on my Linux systems. Unfortunately several Linux distributions have decided to protect me from myself by blocking the creation of a fully functional root account as much as possible.  </p>
<p>So every time I install a new release of a Linux distribution I have to go into the system control files and undo the damage that the distribution has deliberately done to the root account.</p>
<p>Whether or not to install a root account and let a user log into root on the GUI login screen should be an option at install time.</p>
<p>Steve Stites</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
