How can the Linux kernel version be viewed?
In the Linux system, you can use the following command to check the kernel version:
- Use the “uname” command:
uname -a
- View the contents of the /proc/version file using the cat command.
cat /proc/version
- Only use the “uname” command to check the kernel version number.
uname -r
You can enter the above command in the terminal to view the current kernel version information of the Linux system.