March 20th, 2009tips & tricks: how to tell what version of ubuntu you are using
this one is easy, but is asked quite often on the forums. to find out the version of ubuntu you are currently using, type the following command in the terminal:
lsb_release -a
if you are using ubuntu desktop, you can also go to system > about ubuntu. if you want to know what version of the linux kernel you are using, try typing the following command in the terminal:
uname -r