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. 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 actual installed v...

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

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

  5. 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?

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

  7. How do I check which shell I am using? - Ask Ubuntu

    Feb 28, 2015 · 696 I read that terminal is nothing but shell, and Unix provides different flavors of shells: Bourne shell (sh) C shell (csh) TC shell (tcsh) Korn shell (ksh) Bourne Again shell (bash) Questions: …

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

  9. 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 if you are on . For other,

  10. release - Determine Redhat Linux Version - Stack Overflow

    How do I determine which RedHat Linux version I am running? Here's what I've read: /etc/redhat-release file contains the version, but anybody can tamper with that file. people say uname command, b...