<?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 change root password in debian</title>
	<atom:link href="http://www.debianadmin.com/how-to-change-root-password-in-debian.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.debianadmin.com/how-to-change-root-password-in-debian.html</link>
	<description>Debian/Ubuntu Linux System Administration Tutorials,Howtos,Tips</description>
	<lastBuildDate>Thu, 19 Nov 2009 13:24:32 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Devian</title>
		<link>http://www.debianadmin.com/how-to-change-root-password-in-debian.html/comment-page-1#comment-2850</link>
		<dc:creator>Devian</dc:creator>
		<pubDate>Thu, 30 Apr 2009 19:47:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/?p=361#comment-2850</guid>
		<description>if u have ur user with sudo rights u can do a simple 
sudo passwd root 
im saying this cause whenever i install a system the first thing i do is give sudo permission</description>
		<content:encoded><![CDATA[<p>if u have ur user with sudo rights u can do a simple<br />
sudo passwd root<br />
im saying this cause whenever i install a system the first thing i do is give sudo permission</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: l33tmyst</title>
		<link>http://www.debianadmin.com/how-to-change-root-password-in-debian.html/comment-page-1#comment-2120</link>
		<dc:creator>l33tmyst</dc:creator>
		<pubDate>Thu, 01 Jan 2009 12:07:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/?p=361#comment-2120</guid>
		<description>What about if it&#039;s a VPS (accessed by SSH?)</description>
		<content:encoded><![CDATA[<p>What about if it&#8217;s a VPS (accessed by SSH?)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rjc</title>
		<link>http://www.debianadmin.com/how-to-change-root-password-in-debian.html/comment-page-1#comment-2086</link>
		<dc:creator>rjc</dc:creator>
		<pubDate>Thu, 20 Nov 2008 14:50:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/?p=361#comment-2086</guid>
		<description>The file in question is &quot;/etc/shadow&quot; unless you explicitly disabled shadow passwords during installation.</description>
		<content:encoded><![CDATA[<p>The file in question is &#8220;/etc/shadow&#8221; unless you explicitly disabled shadow passwords during installation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mgh</title>
		<link>http://www.debianadmin.com/how-to-change-root-password-in-debian.html/comment-page-1#comment-2085</link>
		<dc:creator>mgh</dc:creator>
		<pubDate>Tue, 11 Nov 2008 01:32:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/?p=361#comment-2085</guid>
		<description>- backspace over the field containing the encrypted password

I do not see a password.  I see
and see no user names at all.

How can I change?

Installed Debian and con not log in as user or root, so do not no how to use passwd command, as I can not get to root terminal.

Thanks.</description>
		<content:encoded><![CDATA[<p>- backspace over the field containing the encrypted password</p>
<p>I do not see a password.  I see<br />
and see no user names at all.</p>
<p>How can I change?</p>
<p>Installed Debian and con not log in as user or root, so do not no how to use passwd command, as I can not get to root terminal.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dino</title>
		<link>http://www.debianadmin.com/how-to-change-root-password-in-debian.html/comment-page-1#comment-2084</link>
		<dc:creator>Dino</dc:creator>
		<pubDate>Thu, 16 Oct 2008 06:07:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/?p=361#comment-2084</guid>
		<description>I have found that the best way to change a root password on a NIX box is to:

 - boot up with a &quot;Live CD&quot; such as KNOPPIX
 - mount (rw) the partition that contains the /etc folder
 - open the passwd file in a text editor of your choice
 - find the line for the root user
 - backspace over the field containing the encrypted password
 - save the file
 - remove the CD and reboot

Now you can login as root without a password ans run passwd to reset it.
KNOPPIX has many valuable uses. Get yours today at &lt;a href=&quot;http://www.knoppix.net/&quot; rel=&quot;nofollow&quot;&gt;http://www.knoppix.net/&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>I have found that the best way to change a root password on a NIX box is to:</p>
<p> &#8211; boot up with a &#8220;Live CD&#8221; such as KNOPPIX<br />
 &#8211; mount (rw) the partition that contains the /etc folder<br />
 &#8211; open the passwd file in a text editor of your choice<br />
 &#8211; find the line for the root user<br />
 &#8211; backspace over the field containing the encrypted password<br />
 &#8211; save the file<br />
 &#8211; remove the CD and reboot</p>
<p>Now you can login as root without a password ans run passwd to reset it.<br />
KNOPPIX has many valuable uses. Get yours today at <a href="http://www.knoppix.net/" rel="nofollow">http://www.knoppix.net/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sachin</title>
		<link>http://www.debianadmin.com/how-to-change-root-password-in-debian.html/comment-page-1#comment-2083</link>
		<dc:creator>Sachin</dc:creator>
		<pubDate>Mon, 13 Oct 2008 16:18:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/?p=361#comment-2083</guid>
		<description>As long as you &#039;ve physical access to the Linux box, you can crack in to any Linux box irrespective of which flavor of Linux use. So i don&#039;t really believe with you - Debian is special and you can&#039;t easily crack in to it.</description>
		<content:encoded><![CDATA[<p>As long as you &#8216;ve physical access to the Linux box, you can crack in to any Linux box irrespective of which flavor of Linux use. So i don&#8217;t really believe with you &#8211; Debian is special and you can&#8217;t easily crack in to it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
