Thursday 31 December 2009

TIP: How to find your Linux or Kernel version

There are two commands you can use from bash prompt (konsole) :

Code:
cat /etc/issue


or

Code:
cat /etc/lsb-release


“lsb” in “lsb-release” stands for Linux Standard Base.

Finally to find your kernel version and a few more details about your machine

Code:
uname -a




Categories: How-To, Linux, OS
Tags: kde, Kubuntu, Linux, kernel

No comments: