CoderSathi
  • Tutorial
    • Java Tutorial
    • Swing Tutorial
    • JDBC Tutorial
    • Java String Tutorial
    • Servlet and JSP Tutorial
  • Mongo DB
  • AWS
  • DevOps
  • Linux
  • Git
Home > How to > How to find which Linux version we are using?

How to find which Linux version we are using?

Learn the concepts, implementation details, and practical steps with a clean developer-focused walkthrough.

Yuba Raj Kalathoki
By Yuba Raj Kalathoki
Published: September 4, 2020 · 1 min read · 0 Comments
Share: X in 🔗
systemctl command not found

Let’s say, you want to find find Linux version you are using/running then you can use the following command.

Linux version
lsb_release -a

After executing the above command you will see the output something like this:

No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 18.04.2 LTS
Release:        18.04
Codename:       bionic

Now, we can see the which version of the Linux distro we are using.

Related Posts:

  • How to Upgrade AWS EC2 Ubuntu Version: A Step-by-Step Guide
  • Install and Set Up Java Development Environment
  • A Brief History Of Java
  • How to Solve “systemctl command not found” Error: A…
  • How to Upload File to AWS EC2 Instance From Local Machine?
  • java.lang.ClassNotFoundException: com.mysql.jdbc.Driver
Tags:devopslinuxubuntu
Was this article helpful?
← Previous ArticleHow to remove MongoDb service from Ubuntu?
Next Article →`Transport endpoint is not connected` issue in Linux ubuntu

Leave a Comment Cancel reply

You must be logged in to post a comment.

Recent Posts

  • How to Use AWS CloudFront Signed URLs in Spring Boot?
  • How to Fix SSH Agent Forwarding on macOS: The Ultimate Guide for Developers
  • How to Read AWS Secrets Manager in Spring Boot (Step-by-Step)
  • How to Fix “Public Key Retrieval is not allowed” MySQL JDBC Error
  • Complete Guide to JaCoCo: How to Measure Java Code Coverage Accurately
CoderSathi

Your go-to resource for Java, Spring Boot, Microservices, AWS, and modern development tutorials.

Quick Links

  • About
  • Contact

Popular Topics

  • Java
  • Spring Boot
  • AWS
  • DevOps
  • MongoDB
  • Linux
  • Git
  • How to
© 2026 CoderSathi. All rights reserved. Privacy Policy · Sitemap