<?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>My Mind Leaks &#187; root password</title>
	<atom:link href="http://www.mymindleaks.com/blog/archives/tag/root-password/feed" rel="self" type="application/rss+xml" />
	<link>http://www.mymindleaks.com/blog</link>
	<description>Software, Programming, Architecture &#38; More</description>
	<lastBuildDate>Sun, 11 Jul 2010 05:06:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Mac OS X How To: Enable root user account aka superuser account</title>
		<link>http://www.mymindleaks.com/blog/archives/mac-os-x-how-to-enable-root-user-account-aka-superuser-account.html</link>
		<comments>http://www.mymindleaks.com/blog/archives/mac-os-x-how-to-enable-root-user-account-aka-superuser-account.html#comments</comments>
		<pubDate>Fri, 26 Dec 2008 05:01:02 +0000</pubDate>
		<dc:creator>Maheshwaran Subramaniya</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[access control]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[root password]]></category>
		<category><![CDATA[sudo command]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://mymindleaks.com/?p=695</guid>
		<description><![CDATA[By default, the &#8220;root&#8221; account aka &#8220;superuser&#8221; account is disabled in Apple Mac. This is because, for a normal user, such a full access control account is not necessary. But still, to fix something or for development purpose a root access is necessary. &#8220;sudo&#8221; command can used to enable &#8220;root&#8221; user and execute any command [...]]]></description>
			<content:encoded><![CDATA[<p>By default, the &#8220;<strong>root</strong>&#8221; account aka &#8220;<strong>superuser</strong>&#8221; account is disabled in Apple Mac. This is because, for a normal user, such a full access control account is not necessary. But still, to fix something or for development purpose a <strong>root</strong> access is necessary.<span id="more-695"></span></p>
<p>&#8220;<strong>sudo</strong>&#8221; command can used to enable &#8220;<strong>root</strong>&#8221; user and execute any command via &#8220;root&#8221; account.</p>
<blockquote><p>$ <em><strong>sudo</strong></em><br />
<em>usage: sudo -K | -L | -V | -h | -k | -l | -v<br />
usage: sudo [-HPSb] [-p prompt] [-u username|#uid]<br />
{ -e file [...] | -i | -s | &lt;command&gt; }</em></p></blockquote>
<p>Here is how you enable the &#8220;root&#8221; account. You should need an Admin previledged account.</p>
<ol>
<li>Command + spacebar -&gt; typein  &#8220;Terminal&#8221; or Macintosh HD -&gt; Applications -&gt; Utilities -&gt; Terminal.</li>
<li>Execute the following Command &#8220;sudo passwd root&#8221;</li>
</ol>
<blockquote><p><strong>$ sudo passwd root</strong><br />
Password:<br />
Changing password for root.<br />
New password:<br />
Retype new password:<br />
$</p></blockquote>
<p>Once the command prompt is shown, you can now login using the &#8220;root&#8221; in the terminal or while your mac boots up ( if you have manual login ).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mymindleaks.com/blog/archives/mac-os-x-how-to-enable-root-user-account-aka-superuser-account.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
