#lscpu
#lsmem
#lsblk
#ip addr
#ifconfig
#dmesg –T
#dmesg –T |less
#top
#journalctl -l -b | less
#less /var/log/messages
#less /var/log/secure
Mostly you can find out some useful information about your system by looking at the boot.log file on your Linux machine. Some files required root access, so you may need to run the sudo command before these examples.
#cat /var/log/boot.log
#head /var/log/boot.log
#tail /var/log/boot.log
#lshw
#lsblk –a
#lscpu
#free -h
chroot /sysroot
Passwd
touch /.autorelabel
Exit
reboot