<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic how to recover admin password for console. in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-to-recover-admin-password-for-console/m-p/4149404#M31716</link>
    <description>is there is any way for recovering console password for admin.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance...</description>
    <pubDate>Sat, 23 Feb 2008 09:30:07 GMT</pubDate>
    <dc:creator>bharani123</dc:creator>
    <dc:date>2008-02-23T09:30:07Z</dc:date>
    <item>
      <title>how to recover admin password for console.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-recover-admin-password-for-console/m-p/4149404#M31716</link>
      <description>is there is any way for recovering console password for admin.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance...</description>
      <pubDate>Sat, 23 Feb 2008 09:30:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-recover-admin-password-for-console/m-p/4149404#M31716</guid>
      <dc:creator>bharani123</dc:creator>
      <dc:date>2008-02-23T09:30:07Z</dc:date>
    </item>
    <item>
      <title>Re: how to recover admin password for console.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-recover-admin-password-for-console/m-p/4149405#M31717</link>
      <description>reset the console</description>
      <pubDate>Sat, 23 Feb 2008 17:46:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-recover-admin-password-for-console/m-p/4149405#M31717</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2008-02-23T17:46:06Z</dc:date>
    </item>
    <item>
      <title>Re: how to recover admin password for console.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-recover-admin-password-for-console/m-p/4149406#M31718</link>
      <description>Reset the server and add "init=/bin/sh" to the boot loader (assuming lilo does not have a "password" option or you know that password). When the kernel has booted, the init is replaced with a shell. Do "mount -o remount,rw /" and change the password of the root user with "passwd". Do "sync" and "mount -o remount,ro /". Reboot the server and login with the new password. Note that there is no way to determine what the password was, since the password is stored using a hash. This procedure just changes the root password to a new one.</description>
      <pubDate>Sun, 24 Feb 2008 09:27:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-recover-admin-password-for-console/m-p/4149406#M31718</guid>
      <dc:creator>Mike (Sinew)</dc:creator>
      <dc:date>2008-02-24T09:27:33Z</dc:date>
    </item>
    <item>
      <title>Re: how to recover admin password for console.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-recover-admin-password-for-console/m-p/4149407#M31719</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;No admin user in Unix/Linux. Its called root. &lt;BR /&gt;&lt;BR /&gt;boot the system with power switch into single user mode. Then passwd command.&lt;BR /&gt;&lt;BR /&gt;The procedure for booting into single user mode varies from distribution to distribution.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Sun, 24 Feb 2008 13:32:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-recover-admin-password-for-console/m-p/4149407#M31719</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-02-24T13:32:55Z</dc:date>
    </item>
    <item>
      <title>Re: how to recover admin password for console.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-recover-admin-password-for-console/m-p/4149408#M31720</link>
      <description>Steven, single user mode (either init 1 or S) will still ask the password for the root user (at least on SuSE Linux). I presume it's no different on other distributions. So, to bypass this, the init has to be changed to a shell.&lt;BR /&gt;&lt;BR /&gt;By the way, another method is to boot a rescue system, mount "/" on some directory (like "/mnt"), do a "chroot /mnt", "passwd" to change the root's password, "logout" and "unmount /mnt". After a reboot, the root user can login with the new password.</description>
      <pubDate>Sun, 24 Feb 2008 15:00:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-recover-admin-password-for-console/m-p/4149408#M31720</guid>
      <dc:creator>Mike (Sinew)</dc:creator>
      <dc:date>2008-02-24T15:00:29Z</dc:date>
    </item>
    <item>
      <title>Re: how to recover admin password for console.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-recover-admin-password-for-console/m-p/4149409#M31721</link>
      <description>There kernel is the kernel regardless of distro - get in your bootloader and append "single" or "s" or "S" to the kernel line and you'll boot to single user mode.&lt;BR /&gt;&lt;BR /&gt;AFAIK only SuSE continues the stupidity of requiring the root password in single user mode, but then I'm not one to try the distro flavor of the week.  If you have console access to _get_ into single user mode, you've compromised the system.  Forcing the root pw is just more of an inconvenience than a real security "feature".&lt;BR /&gt;&lt;BR /&gt;If you want to get real complex you can use one of several utilities to generate a new password hash, then boot with any of several "live" distros, mount /, and re-write /etc/shadow....  Never tried it myself as that's clearly a way to really mess a system that requires a pw in any init level.  Obviously it would behoove one to copy the file before making any such edit....</description>
      <pubDate>Tue, 26 Feb 2008 12:44:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-recover-admin-password-for-console/m-p/4149409#M31721</guid>
      <dc:creator>Don Vanco - Linux Ninja</dc:creator>
      <dc:date>2008-02-26T12:44:20Z</dc:date>
    </item>
  </channel>
</rss>

