Command line option to find out the version of Ubuntu – lsb_release command

Hi, it’s simple. You can find out the version details simply from the command line. Here I am explaining the ways to find out the version of OS in your server/system.

Method I
You may use the “lsb_release” along with the switch “a”, see the example below:

# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 12.04 LTS
Release:        12.04
Codename:       precise

Method II
The version details are aslo stored in the “/etc/issue” file, you may also cat this file, see the example below;

# cat /etc/issue
Ubuntu 12.04 LTS \n \l

That’s it. 🙂

How to Install Webmin on Ubuntu 10.04 painlessly

Post navigation

Arunlal A

Senior System Developer at Zeta. Linux lover. Traveller. Let's connect! Whether you're a seasoned DevOps pro or just starting your journey, I'm always eager to engage with like-minded individuals. Follow my blog for regular updates, connect on social media, and let's embark on this DevOps adventure together! Happy coding and deploying!

Leave a Reply

Your email address will not be published. Required fields are marked *