Difference between revisions of "How to reset root password in Oracle Redhat"

From Ittichai Chammavanijakul's Wiki
Jump to navigation Jump to search
Line 10: Line 10:
 
* At # prompt, type '''passwd''' to change the root password.
 
* At # prompt, type '''passwd''' to change the root password.
 
* Type '''reboot''' to reboot.
 
* Type '''reboot''' to reboot.
 +
 +
[[Category: Redhat]]
 +
[[Category: Unix]]

Revision as of 13:10, 12 May 2013

  • Press e key while rebooting
  • Select Oracle Linux Server Unbreakable Enterprise Kernel ...
  • Press e to edit.
  • Select kernel /vmliuz-.....
  • Append single to the original syntax and then press Enter.

e.g., ....rhgb quiet single

  • Press b to boot
  • System will boot up in the single mode.
  • At # prompt, type passwd to change the root password.
  • Type reboot to reboot.