Identifying the kernel version and changing the default boot kernel in RedHat and Centos Linux.
Use the command uname to print system information in Linux. # uname -r 2.6.18-194.32.1.el5 The –r option will print the kernel release. # uname -s Linux -s prints the kernel …
Read More