<?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>Coding Friends &#187; password</title>
	<atom:link href="http://www.codingfriends.com/index.php/tag/password/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codingfriends.com</link>
	<description>Coding Friends, place for developers.</description>
	<lastBuildDate>Sun, 04 Dec 2011 21:11:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>root password reset</title>
		<link>http://www.codingfriends.com/index.php/2010/02/17/root-password-reset/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=root-password-reset</link>
		<comments>http://www.codingfriends.com/index.php/2010/02/17/root-password-reset/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 10:34:05 +0000</pubDate>
		<dc:creator>genux</dc:creator>
				<category><![CDATA[Linux install and configurations]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[root]]></category>

		<guid isPermaLink="false">http://www.codingfriends.com/?p=737</guid>
		<description><![CDATA[Within the standard ubuntu or the derviertives (kubuntu/edubuntu etc) the root password is not set and the way to gain access to the root commands is via the command line sudo command here I personally prefer to have root password set because then I can use the root admin rights on the desktop without having [...]]]></description>
			<content:encoded><![CDATA[<p>Within the standard <a href="http://www.ubuntu.com/">ubuntu</a> or the derviertives (kubuntu/edubuntu etc) the root password is not set and the way to gain access to the root commands is via the command line</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #7a0874; font-weight: bold;">command</span> here</pre></div></div>

<p>I personally prefer to have root password set because then I can use the root admin rights on the desktop without having to constantly type in sudo all of the time, so to set the root password to something that I will use you can use this</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #000000; font-weight: bold;">set</span> password root</pre></div></div>

<p>this will set the password to something that you can remember and thus any time that you want to have a console open as root just type in</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">su</span></pre></div></div>

<p>and then the password and you are in the root console <img src='http://www.codingfriends.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  </p>
]]></content:encoded>
			<wfw:commentRss>http://www.codingfriends.com/index.php/2010/02/17/root-password-reset/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

