Notes

You might also like

Download as rtf, pdf, or txt
Download as rtf, pdf, or txt
You are on page 1of 1

ramdisk?

######
# reset forgotten root passwd
######
grub2 # boot into initramfs
linux16 ... rd.break enforcing=0

# remove rhgb and quiet

mount -o remount,rw /sysroot


chroot /sysroot
passwd
mount -o remount,ro /sysroot
exit
restorecon /etc/shadow
setenforce 1
who -r

(cmd)
mesg - allow or disallow other users to write to your terminal
write - send a message to another user
wall - send a message to everybody's terminal

You might also like