About 148,000 results
Open links in new tab
  1. How to check OS and version using a Linux command

    What is the Linux command to check the server OS and its version? I am connected to the server using shell.

  2. How can I tell what version of Linux I'm using?

    Apr 1, 2015 · If I need to know what it is say Linux/Unix , 32/64 bit uname -a This would give me almost all information that I need, If I further need to know what release it is say (Centos 5.4, …

  3. version - How do I identify which Linux distro is running? - Unix ...

    We have some new hardware in our office which runs its own customized Linux OS. How do I go about figuring which distro it's based on?

  4. Viewing Linux Library / Executable version info

    The fundamental answer is that there is no such standard metadata in Linux executable and library binary files. Usually, asking the distribution's package manager is the best you can do …

  5. How to get the vmware version through linux command-line …

    Oct 20, 2021 · The current machine runs on VM and has Linux as its OS. Is there a way how to know the ESXi version? I have tried the below. Is there any alternate faster way? Find the …

  6. How to determine CentOS version? - Unix & Linux Stack Exchange

    How do I determine the version of a CentOS server without access to any graphical interface? I've tried several commands: # cat /proc/version Linux version 2.6.18-128.el5 (mockbuild@hs20 …

  7. How to find out what version of RHEL I'm using? - Unix & Linux …

    The pragmatic solution is to check at runtime and run some commands on RHEL5, others on RHEL6 and some on both. A practical example of this is that we are using environment …

  8. How do I check the running kernel version? - Unix & Linux Stack …

    23 While troubleshooting a problem with my ethernet card, I've found that the driver I'm currently using may have some issues with old kernel versions. What command can I use to check the …

  9. How to find exact version of Debian - Unix & Linux Stack Exchange

    Jan 30, 2025 · The kernel doesn't directly indicate the OS, because patches could change the kernel version without changing the OS release. The lsb_release command indicates the base …

  10. Commands to know the version of OpenSSH client and server?

    Oct 17, 2022 · How to know the version of each one? In ssh (1) - Linux man page indicates: -V' Display the version number and exit. But is not clear if is for the server or client - in many …