How to set gurb password

Bob McClure Jr robertmcclure at earthlink.net
Tue Jul 12 14:51:30 UTC 2005


On Tue, Jul 12, 2005 at 04:11:12AM -0400, SoftNet Technologies wrote:
> Hi all
>  
> Please tell me the process how can I set password after installation of linux box.
>  
> Thanks
>  
> Softnet

Whose password?

If root's password, boot with the install CD to rescue mode (enter
"linux rescue" at the boot prompt), let it find your installation and
mount it on /mnt/sysimage.  Then

  chroot /mnt/sysimage
  passwd
  exit
  exit

Pop out the CD and it should boot normally.

If some mere mortal's password, root can change it using

  passwd <some_user>

"man passwd" for more info.

Cheers,
-- 
Bob McClure, Jr.             Bobcat Open Systems, Inc.
robertmcclure at earthlink.net  http://www.bobcatos.com
God doesn't have (or need) a Plan B.




More information about the Redhat-install-list mailing list