How to check Linux kernel version?

QuestionsQuestions8 SkillsProYour First Linux LabNov, 28 2025
094

You can check the Linux kernel version using the uname command in the terminal. Here’s how to do it:

  1. Open your terminal.
  2. 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.

0 Comments

no data
Be the first to share your comment!