Problem
You would like to know the codename (release) name of your Debian/Ubuntu system. Running cat /etc/issue will give you the release version but not the number.
Solution
Run the following command to get your release name:
lsb_release -cs
Problem
You would like to know the codename (release) name of your Debian/Ubuntu system. Running cat /etc/issue will give you the release version but not the number.
Solution
Run the following command to get your release name:
lsb_release -cs