<?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: is there any way to find out the user id and password on a linux pc or live cd without actually logging in?</title>
	<atom:link href="http://thinknic.com/linux-live-cd/is-there-any-way-to-find-out-the-user-id-and-password-on-a-linux-pc-or-live-cd-without-actually-logging-in/feed/" rel="self" type="application/rss+xml" />
	<link>http://thinknic.com/linux-live-cd/is-there-any-way-to-find-out-the-user-id-and-password-on-a-linux-pc-or-live-cd-without-actually-logging-in/</link>
	<description>use linux everywhere</description>
	<lastBuildDate>Mon, 13 Feb 2012 04:31:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: gnobody</title>
		<link>http://thinknic.com/linux-live-cd/is-there-any-way-to-find-out-the-user-id-and-password-on-a-linux-pc-or-live-cd-without-actually-logging-in/comment-page-1/#comment-876</link>
		<dc:creator>gnobody</dc:creator>
		<pubDate>Fri, 25 Dec 2009 21:31:13 +0000</pubDate>
		<guid isPermaLink="false">http://thinknic.com/linux-live-cd/is-there-any-way-to-find-out-the-user-id-and-password-on-a-linux-pc-or-live-cd-without-actually-logging-in/#comment-876</guid>
		<description>It sounds like you may have installed in OEM mode. Have you tried OEM as the user name with the password you created? 

If that doesn&#039;t work, boot into recovery mode (its an option from the GRUB menu) and then type this;

cd /home
ls

That will show you any user accounts on the system, If you see your user account there, (or OEM), and the password you made still wont work / cant be remembered......
Boot back into recovery mode from GRUB menu and at the prompt, change the password for that user, john (assuming john is the username...)

passwd john

Or you can reset it this way as well.
Boot back into recovery mode and add another administrative user account;

adduser &quot;WHATEVER_NAME_YOU_WANT&quot;
adduser &quot;NEW_NAME_YOU_JUST_MADE_UP&quot; admin
reboot

This will add a new administrative user, with whatever user name you entered in the step above. This user will be fully privileged, and can delete the original user account , thats not working.

That should fix the problem : )

</description>
		<content:encoded><![CDATA[<p>It sounds like you may have installed in OEM mode. Have you tried OEM as the user name with the password you created? </p>
<p>If that doesn&#8217;t work, boot into recovery mode (its an option from the GRUB menu) and then type this;</p>
<p>cd /home<br />
ls</p>
<p>That will show you any user accounts on the system, If you see your user account there, (or OEM), and the password you made still wont work / cant be remembered&#8230;&#8230;<br />
Boot back into recovery mode from GRUB menu and at the prompt, change the password for that user, john (assuming john is the username&#8230;)</p>
<p>passwd john</p>
<p>Or you can reset it this way as well.<br />
Boot back into recovery mode and add another administrative user account;</p>
<p>adduser &#8220;WHATEVER_NAME_YOU_WANT&#8221;<br />
adduser &#8220;NEW_NAME_YOU_JUST_MADE_UP&#8221; admin<br />
reboot</p>
<p>This will add a new administrative user, with whatever user name you entered in the step above. This user will be fully privileged, and can delete the original user account , thats not working.</p>
<p>That should fix the problem : )
<p>
				<span id="reportcomment_results_div_876"><a href="javascript:void(0);" onclick="reportComment_AddTextArea( 876 );" title="Report this comment" rel="nofollow">Report Spam/Abuse</a></span><br />
				<span id="reportcomment_comment_div_876"></span>
			</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gfery</title>
		<link>http://thinknic.com/linux-live-cd/is-there-any-way-to-find-out-the-user-id-and-password-on-a-linux-pc-or-live-cd-without-actually-logging-in/comment-page-1/#comment-875</link>
		<dc:creator>gfery</dc:creator>
		<pubDate>Fri, 25 Dec 2009 20:29:11 +0000</pubDate>
		<guid isPermaLink="false">http://thinknic.com/linux-live-cd/is-there-any-way-to-find-out-the-user-id-and-password-on-a-linux-pc-or-live-cd-without-actually-logging-in/#comment-875</guid>
		<description>The linux passwords are stored irreversibly in hashes (you can&#039;t retrieve the password from existing data). All you can do is two things:

  1. Run a brute force attack to try and recover the root passwd from /etc/passwd file.

  2. Burn a new CD with other than default passwd (and this time write it down on something other than toilet paper).

  I suggest the latter, since it&#039;s faster. However, the first method could give you an insight on how great hackers work.

  All the best.

</description>
		<content:encoded><![CDATA[<p>The linux passwords are stored irreversibly in hashes (you can&#8217;t retrieve the password from existing data). All you can do is two things:</p>
<p>  1. Run a brute force attack to try and recover the root passwd from /etc/passwd file.</p>
<p>  2. Burn a new CD with other than default passwd (and this time write it down on something other than toilet paper).</p>
<p>  I suggest the latter, since it&#8217;s faster. However, the first method could give you an insight on how great hackers work.</p>
<p>  All the best.
<p>
				<span id="reportcomment_results_div_875"><a href="javascript:void(0);" onclick="reportComment_AddTextArea( 875 );" title="Report this comment" rel="nofollow">Report Spam/Abuse</a></span><br />
				<span id="reportcomment_comment_div_875"></span>
			</p>
]]></content:encoded>
	</item>
</channel>
</rss>

