How do I find out which Linux version I have? - TUXEDO Computers

  ATTENTION: To use our store you have to activate JavaScript and deactivate script blockers!  
Thank you for your understanding!

How do I find out which Linux version I have?

To find out which Linux version you are using, simply open a terminal/console and enter the following commands:

lsb_release -a

To find out which kernel you are using, enter the following:

uname -r

or

uname -a

The latter provides a little more information if it is not sufficient with the "-r" option.