How to find out which version of Ubuntu you are running?

Use one of the commands below:

lsb_release -a
cat /etc/lsb-release
cat /etc/issue

kthxbye