Skip to content

Check linux version command

Question

What is the method to check the version of Linux installed on a system?

Answer

You can check the Linux version by running the command uname -r in the terminal, or you can use cat /etc/os-release for more detailed information about the distribution.