Have you ever forgotten which Ubuntu version you are using? If it's true here you will find methods how to check Ubuntu version that you are curently running.
Simplest ways to find Ubunt version:
1. Use lsb_release command
Simply run from command line:lsb_release -a
2. Find Ubuntu version inside /etc/issue file
Simply edit or cat issue file like below:cat /etc/issue
3. Check ubuntu version in lsb-release file
cat /etc/lsb-releaseThose are most commonly used ways to check Ubuntu version which your system is running from the command line level.
fluomochoorma wrote
Nice article, quiet useful