How to check the version information of the current Linux system?

To view the version information of the current Linux system, you can use one of the following commands:

  1. What is your system’s information?
uname -a
  1. Display all information about the release.
lsb_release -a
  1. Display the contents of the file named os-release in the directory etc in Linux.
cat /etc/os-release
  1. Display the contents of the file /etc/issue
cat /etc/issue

The above command can be used to view the version information of the current Linux system.

Leave a Reply 0

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