About 843,000 results
Open links in new tab
  1. How do I check the version of Ubuntu I am running? [duplicate]

    Oct 16, 2015 · How can I check my current Ubuntu version through the command-line and GUI?

  2. How do I find out the kernel version I am running? - Ask Ubuntu

    Well there are multiple ways to find the kernel version Open terminal and execute: uname -r It would display something like: 3.8.0-30-generic You can get further information on the current kernel with …

  3. How to get Linux distribution name and version? - Stack Overflow

    Aug 24, 2009 · I believe uname -mr returns the version of the Linux Kernel, so 'lsb_release -ds' should be all you need for the release name and version, assuming the description format is consistent …

  4. WSL: Am I running version 1 or version 2? - Ask Ubuntu

    Sep 30, 2019 · I have Windows Subsystem for Linux, but I don't know which version I have, and many things won't work in version 1. How do I check my version?

  5. Tomcat: How to find out running Tomcat version? - Stack Overflow

    To find out the Tomcat version, find this file – version.sh for *nix or version.bat for Windows. This version.sh file is normally located in the Tomcat bin folder.

  6. How to find Amazon Linux 2023 version? - Stack Overflow

    Nov 8, 2023 · When I run the dnf check-update command on my Amazon Linux server it appears as follows: Amazon Linux 2023 repository 361 B/s | 3.6 kB 00:10

  7. How can I find my shell version using a Linux command?

    64 I would like to know about my shell version using a Linux command. I tried the following command, but it shows the type of the shell I am in. Command:

  8. Best way to find the OS name and version on a Unix/Linux platform

    I need to find the OS name and version on a Unix/Linux platform. For this I tried the following: lsb_release utility /etc/redhat-release or specific file But it does not seem to be the best solut...

  9. How to find which version of Oracle is installed on a Linux server (In ...

    Jun 4, 2012 · Its possible to have multiple version of oracle installed per server as well as multiple instances. The /etc/oratab file will list all instances and db home. From with the oracle db home you …

  10. version - How do I identify the particular Linux flavor via command ...

    Jan 29, 2015 · I'd like to be able to detect which particular Linux flavor is installed on a computer, e.g., Ubuntu vs. Fedora, via a command line command. Some people recommend uname -a, but that only …