660K Subscribers . 925K Views
Welcome to the video - "How to check kernel CentOS"
To check the kernel version on a CentOS Linux system, you can use the uname command. Here are the steps to follow:
Open a terminal window or log in to the system using SSH.
Type the following command:
bash
Copy code
uname -r
This will display the kernel version currently running on your system.
For example, the output might look something like this:
Copy code
3.10.0-1160.31.1.el7.x86_64
This indicates that the kernel version is 3.10.0-1160.31.1.el7.x86_64.
You can also get more information about the system and kernel by running the following command:
bash
Copy code
uname -a
This will display information about the system's architecture, release, version, and more.
That's it! You have successfully checked the kernel version on your CentOS Linux system using the uname command.
Regenerate response
Keep watching my video, You can check kernel version then you can update or downgrade kernel
Please Subscribe and click the notification bell so you never miss a video
Thank You For Watching
#LinuxFullTutorial2020
#LinuxTipsandTricks2020 #LinuxServer #LinuxTeachingHouse