About 600 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 · I have seen a few ways to get information about the system you're using, but are there some standard commands to tell me what version of Unix/Linux I'm on and basic system …

  3. How to find information about the system/machine in Unix?

    I have always found it difficult to find information about the system itself in Unix, whether it be Which OS I am using (version number and all, to compare it with the latest available builds)? …

  4. How can I tell whether my system is Unix or Linux?

    Jun 9, 2015 · 19 POSIX defines uname ("Unix name") to provide information about the operating system and hardware platform; running uname gives the name of the implementation of the …

  5. How to check the operating system of a server remotely?

    Jul 23, 2012 · 0 The nmap is the way of recognizing the system remotely when you dont want to establish connection with it. It is an active/agressive fingerprinting. There is also a great tool …

  6. How can I get system information from the command line?

    Dec 16, 2016 · Closed 4 years ago. Sometimes when I log on to a system via SSH (for example to the production server), I have such privileges that there can install some software, but to do …

  7. Where does uname get its information from? - Unix & Linux Stack …

    Jun 14, 2014 · The uname utility gets its information from the uname() system call. It populates a struct like this (see man 2 uname): struct utsname { char sysname[]; /* Operating system …

  8. How can I reliably get the operating system's name?

    This value should include the full name and version identification of the system's hardware type, software operating-system, and networking software. Status: current

  9. Understanding glibc versions - Unix & Linux Stack Exchange

    Mar 26, 2019 · Distributions ship with older/newer glibc versions depending in the stability wanted. From all reading it seems that glibc cannot be manually updated on a system; the only way to …

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