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

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

  2. 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.

  3. How to get the CUDA version? - Stack Overflow

    Mar 16, 2012 · Is there any quick command or script to check for the version of CUDA installed? I found the manual of 4.0 under the installation directory but I'm not sure whether it is of the …

  4. 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 …

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

    Jan 29, 2015 · 75 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 …

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

    31 The official version of an Ubuntu kernel is found in the /proc/version_signature file (mainline kernels may lack this file, in which case uname -r is sufficient). This file contains both the full …

  7. shell - Better way to check linux version? - Stack Overflow

    Jun 1, 2012 · Actually, it depends on the type of linux OS you are running. To me, best way to get the version of linux you are on is from /etc/redhat-release if you are on Redhat.

  8. How to find out which Linux is installed inside docker image?

    Sep 8, 2020 · BTW, In both cases the OS is "Debian GNU/Linux 10 (buster)". So, my questions are: How do I find out which OS will be run for a specific docker image without actually …

  9. linux - Which version of PostgreSQL am I running? - Stack Overflow

    Learn how to determine the version of PostgreSQL you are using with this helpful guide on Stack Overflow.

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

    @HankB: dash doesn't seem to have a version command-line option or command.On Debian or Ubuntu, dpkg -l dash will tell you which version is installed, but not necessarily the version …