Note_Tech

All technological notes.


Project maintained by simonangel-fong Hosted on GitHub Pages — Theme by mattgraham

RHCSA Reset root password

Back


Question

Perform task on Serverb machine
Set "root" password to "ablerate"

Solution

# mount fs
mount -o remount,rw /
# reset pass
passwd root
# set auto relabel for SELinux
touch /.autorelabel

exit
exit

grub2-editenv - set menu_auto_hide=0