Find out at command line. Open the terminal application and type the following command to see Linux version: hostnamectl Look for “Operating System” in above screen shot. One can use the grep command or egrep command as follows: hostnamectl | grep “Operating System” hostnamectl | egrep “(System|Kernel)” Sample outputs: Operating System: Cent. OS Linux 7 (Core) Kernel: Linux 3.10.0-862.14.4.el7.x86_64.
But if you use SSH to log in to a remote Linux server provided by an enterprise or client, you may wonder which Linux distribution and version it is. The simplest way to check Linux version is to see the content of the /etc/os-release file:.
I to find out what version of the Linux kernel is running on your system, type the following command: uname -srm Linux 4.9.0-8-amd64 x86_64 The output above tells us that the Linux kernel is 64-bit, and its version is “4.9.0-8-amd64”.
The command “uname -r” shows the version of the Linux kernel that you’re currently using. You’ll now see which Linux kernel you’re using. In the above example, the Linux kernel is 5.4.0-26. If you’d like to see more information (about computer architecture for example), you can enter the following command:.
How do I find out what version of Linux I have?
The command “uname -a” shows the version of the Linux kernel you’re using, as well as additional details. Step 3: View everything at once with Inxi With the tool Inxi, you can easily view all the information about your hardware, host, Linux kernel, desktop environment, and distribution.
Using the uname command, you can identify the kernel version you’re using. Examples of using the uname command and the output from the command are shown below. Using the cat command, you can examine the contents of specific files to identify specific configuration used on the system. Below is a list of these files.
What version of Linux Mint do I have in use?
If you instead prefer to check the version of Linux Mint in use through the graphical user interface (GUI), follow these steps. Any user can perform this action. This will open the System Info window, which shows that we are running Linux Mint 18.1 with Cinnamon.