You can check the Linux kernel version using the uname command in the terminal. Here’s how to do it:
- Open your terminal.
- Type the following command and press Enter:
uname -r
This command will display the kernel version of your Linux system.
For more detailed information about the kernel and system, you can use:
uname -a
This will provide comprehensive details, including the kernel name, version, and other system information.
