Skip to content

rasmusgand/redhat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Red Hat

  • Reset root password

Boot mode when computer starts up, edit and append rd.break on the linux line.

mount -o remount,rw /sysroot
chroot /sysroot

echo "password"  | passwd --stdin root
touch /.autorelabel

reboot -f
  • Change root password into something random.
# openssl rand -base64 15 | passwd --stdin root

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published