How to know what version of Linux (Ubuntu) you are running

Try:
# lsb_release -d -s -c

Ubuntu 8.04
hardy

# cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=8.04
DISTRIB_CODENAME=hardy
DISTRIB_DESCRIPTION=”Ubuntu 8.04″

# cat /etc/issue
Ubuntu 8.04 \n \l

Discussion Area - Leave a Comment