<?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 Re: Reset root password in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/reset-root-password/m-p/3748290#M22146</link>
    <description>Try pwck and pwconv cmd.&lt;BR /&gt;Read the man page for "pwck" then "pwconv".&lt;BR /&gt;Scan /etc/login.defs</description>
    <pubDate>Sat, 11 Mar 2006 01:16:38 GMT</pubDate>
    <dc:creator>Ajay Agarwal</dc:creator>
    <dc:date>2006-03-11T01:16:38Z</dc:date>
    <item>
      <title>Reset root password</title>
      <link>https://community.hpe.com/t5/operating-system-linux/reset-root-password/m-p/3748282#M22138</link>
      <description>Hi Forumers,&lt;BR /&gt;&lt;BR /&gt;Currently running RedHat 4.0 and the root password had been changed accidentally.&lt;BR /&gt;&lt;BR /&gt;Anyway to have it change during a reboot?&lt;BR /&gt;&lt;BR /&gt;Thanks/cliff</description>
      <pubDate>Thu, 09 Mar 2006 23:37:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/reset-root-password/m-p/3748282#M22138</guid>
      <dc:creator>Cliff Lim Kok Hwee</dc:creator>
      <dc:date>2006-03-09T23:37:02Z</dc:date>
    </item>
    <item>
      <title>Re: Reset root password</title>
      <link>https://community.hpe.com/t5/operating-system-linux/reset-root-password/m-p/3748283#M22139</link>
      <description>boot the system in runlevel 1. and then reset the root passwd. Linux system doesnt ask for root passwd when booting in runlevel 1&lt;BR /&gt;&lt;BR /&gt;Hope this will help&lt;BR /&gt;Regards&lt;BR /&gt;Maaz</description>
      <pubDate>Fri, 10 Mar 2006 00:12:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/reset-root-password/m-p/3748283#M22139</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2006-03-10T00:12:30Z</dc:date>
    </item>
    <item>
      <title>Re: Reset root password</title>
      <link>https://community.hpe.com/t5/operating-system-linux/reset-root-password/m-p/3748284#M22140</link>
      <description>Boot the system in single-user mode and change the root passwd.&lt;BR /&gt;&lt;BR /&gt;Steps to boot into single-user mode:&lt;BR /&gt;&lt;BR /&gt;If you are using GRUB, use the following steps to boot into single-user mode: &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If you have a GRUB password configured, type p and enter the password. &lt;BR /&gt;&lt;BR /&gt;Select Red Hat Linux with the version of the kernel that you wish to boot and type e for edit. You will be presented with a list of items in the configuration file for the title you have selected. &lt;BR /&gt;&lt;BR /&gt;Select the line that starts with kernel and type e to edit the line. &lt;BR /&gt;&lt;BR /&gt;Go to the end of the line and type single as a separate word (press the [Spacebar] and then type single). Press [Enter] to exit edit mode. &lt;BR /&gt;&lt;BR /&gt;Back at the GRUB screen, type b to boot into single-user mode. &lt;BR /&gt;&lt;BR /&gt;If you are using LILO, at the LILO boot prompt (if you are using the graphical LILO, you must press [Ctrl]-[x] to exit the graphical screen and go to the boot: prompt) type: &lt;BR /&gt;&lt;BR /&gt;  linux single</description>
      <pubDate>Fri, 10 Mar 2006 00:34:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/reset-root-password/m-p/3748284#M22140</guid>
      <dc:creator>Ajay Agarwal</dc:creator>
      <dc:date>2006-03-10T00:34:39Z</dc:date>
    </item>
    <item>
      <title>Re: Reset root password</title>
      <link>https://community.hpe.com/t5/operating-system-linux/reset-root-password/m-p/3748285#M22141</link>
      <description>Reboot the box in runleve one and issue the command "passwd root" give your new password.</description>
      <pubDate>Fri, 10 Mar 2006 02:15:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/reset-root-password/m-p/3748285#M22141</guid>
      <dc:creator>Jees Joy</dc:creator>
      <dc:date>2006-03-10T02:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: Reset root password</title>
      <link>https://community.hpe.com/t5/operating-system-linux/reset-root-password/m-p/3748286#M22142</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Do the following:&lt;BR /&gt;&lt;BR /&gt;Boot using cd:&lt;BR /&gt;at boot prompt do:&lt;BR /&gt;linux rescue&lt;BR /&gt;thenb&lt;BR /&gt;chroot /mnt/sysimage&lt;BR /&gt;passwd&lt;BR /&gt;(give new password)&lt;BR /&gt;&lt;BR /&gt;Cheers</description>
      <pubDate>Fri, 10 Mar 2006 04:23:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/reset-root-password/m-p/3748286#M22142</guid>
      <dc:creator>Vipulinux</dc:creator>
      <dc:date>2006-03-10T04:23:31Z</dc:date>
    </item>
    <item>
      <title>Re: Reset root password</title>
      <link>https://community.hpe.com/t5/operating-system-linux/reset-root-password/m-p/3748287#M22143</link>
      <description>Hi Forumers, &lt;BR /&gt;&lt;BR /&gt;I had managed to login to server and change the root access.&lt;BR /&gt;&lt;BR /&gt;Using command prompt I am able to useradd and groupadd etc.&lt;BR /&gt;&lt;BR /&gt;But when running the GUI User and Group I got the following error messages&lt;BR /&gt;&lt;BR /&gt;"The user database cannot be read" This problem is most likely caused by a mismatch in /etc/passwd and /etc/shadow. The program will exit now.&lt;BR /&gt;&lt;BR /&gt;I checked the /etc/passwd and /etc/shadow but no mismatch to the users account.&lt;BR /&gt;&lt;BR /&gt;Please advise me.&lt;BR /&gt;&lt;BR /&gt;Thanks/cliff</description>
      <pubDate>Fri, 10 Mar 2006 05:08:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/reset-root-password/m-p/3748287#M22143</guid>
      <dc:creator>Cliff Lim Kok Hwee</dc:creator>
      <dc:date>2006-03-10T05:08:30Z</dc:date>
    </item>
    <item>
      <title>Re: Reset root password</title>
      <link>https://community.hpe.com/t5/operating-system-linux/reset-root-password/m-p/3748288#M22144</link>
      <description>Hi&lt;BR /&gt;Please run the consistency check on the passwd and shoadow file ..give the foll command:&lt;BR /&gt;&lt;BR /&gt;pwdck and&lt;BR /&gt;grpck&lt;BR /&gt;&lt;BR /&gt;Cheers</description>
      <pubDate>Fri, 10 Mar 2006 05:48:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/reset-root-password/m-p/3748288#M22144</guid>
      <dc:creator>Vipulinux</dc:creator>
      <dc:date>2006-03-10T05:48:38Z</dc:date>
    </item>
    <item>
      <title>Re: Reset root password</title>
      <link>https://community.hpe.com/t5/operating-system-linux/reset-root-password/m-p/3748289#M22145</link>
      <description>Check for a file in /etc called:&lt;BR /&gt;&lt;BR /&gt;pass*.lock&lt;BR /&gt;shad*.lock&lt;BR /&gt;&lt;BR /&gt;This file may be preventing the access to the files.</description>
      <pubDate>Fri, 10 Mar 2006 13:26:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/reset-root-password/m-p/3748289#M22145</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-03-10T13:26:09Z</dc:date>
    </item>
    <item>
      <title>Re: Reset root password</title>
      <link>https://community.hpe.com/t5/operating-system-linux/reset-root-password/m-p/3748290#M22146</link>
      <description>Try pwck and pwconv cmd.&lt;BR /&gt;Read the man page for "pwck" then "pwconv".&lt;BR /&gt;Scan /etc/login.defs</description>
      <pubDate>Sat, 11 Mar 2006 01:16:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/reset-root-password/m-p/3748290#M22146</guid>
      <dc:creator>Ajay Agarwal</dc:creator>
      <dc:date>2006-03-11T01:16:38Z</dc:date>
    </item>
  </channel>
</rss>

