Identify Which Version Of Ubuntu Linux You Are Running

Solution 1

    cat /etc/issue

The file /etc/issue holds the version of Ubuntu installed on your system

Solution 2

   lsb_release -a

or

  cat /etc/lsb-release